diff lisp/cus-edit.el @ 17702:7135a76049c9

(customize): Call customize-group.
author Richard M. Stallman <rms@gnu.org>
date Thu, 08 May 1997 16:03:40 +0000
parents 4650d25e48f6
children cd6ad557fb57
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)