changeset 17702:7135a76049c9

(customize): Call customize-group.
author Richard M. Stallman <rms@gnu.org>
date Thu, 08 May 1997 16:03:40 +0000
parents 1240e27fbb13
children cd6ad557fb57
files lisp/cus-edit.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/cus-edit.el	Thu May 08 14:51:57 1997 +0000
+++ b/lisp/cus-edit.el	Thu May 08 16:03:40 1997 +0000
@@ -654,7 +654,7 @@
 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)