From: Markus Rost Date: Mon, 18 Nov 2002 00:15:37 +0000 (+0000) Subject: (bookmark-menu-length): Fix typo in group name. X-Git-Tag: ttn-vms-21-2-B4~12394 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=85d457c69cb4f9021d33e06196a520c6279af1a2;p=emacs.git (bookmark-menu-length): Fix typo in group name. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ffbddaa9037..fd69cbf6e27 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -14,6 +14,10 @@ * language/thai.el (thai-tis620): Make it safe. +2002-11-18 Markus Rost + + * bookmark.el (bookmark-menu-length): Fix typo in group name. + 2002-11-17 Markus Rost * speedbar.el (defgroup speedbar): Use group 'etags instead of @@ -109,7 +113,7 @@ * custom.el (custom-declare-group): Remove unnecessary line of code. - + * cus-dep.el (custom-make-dependencies): Bind load-file-name. 2002-11-14 Edward M. Reingold diff --git a/lisp/bookmark.el b/lisp/bookmark.el index 97217a10e79..2252087b102 100644 --- a/lisp/bookmark.el +++ b/lisp/bookmark.el @@ -194,7 +194,7 @@ following in your `.emacs' file: (defcustom bookmark-menu-length 70 "*Maximum length of a bookmark name displayed on a popup menu." :type 'integer - :group 'boolean) + :group 'bookmark) ;;; No user-serviceable parts beyond this point.