# HG changeset patch # User Richard M. Stallman # Date 863107495 0 # Node ID cd6ad557fb5755e105517951890d5e2225bf2362 # Parent 7135a76049c95e8ac51bf88795231cde92e19ac5 Fix previous change. diff -r 7135a76049c9 -r cd6ad557fb57 lisp/cus-edit.el --- a/lisp/cus-edit.el Thu May 08 16:03:40 1997 +0000 +++ b/lisp/cus-edit.el Thu May 08 16:04:55 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-groupx 'emacs)) + (customize-group 'emacs)) ;;;###autoload (defun customize-group (group)