From: Richard M. Stallman Date: Thu, 8 May 1997 16:03:40 +0000 (+0000) Subject: (customize): Call customize-group. X-Git-Tag: emacs-20.1~2243 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=27f73a8b793781b9175f20910ab073efcafb86ec;p=emacs.git (customize): Call customize-group. --- 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)