From 27f73a8b793781b9175f20910ab073efcafb86ec Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 8 May 1997 16:03:40 +0000 Subject: [PATCH] (customize): Call customize-group. --- lisp/cus-edit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index a123318cbc7..330b1139c29 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -654,7 +654,7 @@ User options are structured into \"groups\". Initially the top-level group `Emacs' and its immediate subgroups are shown; the contents of those subgroups are initially hidden." (interactive) - (customize 'emacs)) + (customize-groupx 'emacs)) ;;;###autoload (defun customize-group (group) -- 2.39.5