]> git.eshelyaron.com Git - emacs.git/commitdiff
(bookmark-menu-length): Fix typo in group name.
authorMarkus Rost <rost@math.uni-bielefeld.de>
Mon, 18 Nov 2002 00:15:37 +0000 (00:15 +0000)
committerMarkus Rost <rost@math.uni-bielefeld.de>
Mon, 18 Nov 2002 00:15:37 +0000 (00:15 +0000)
lisp/ChangeLog
lisp/bookmark.el

index ffbddaa90373dcc3cb8339e3089c372351d634f3..fd69cbf6e27639c228ae6cfe5fdcb07a327a79ba 100644 (file)
 
        * language/thai.el (thai-tis620): Make it safe.
 
+2002-11-18   Markus Rost  <rost@math.ohio-state.edu>
+
+       * bookmark.el (bookmark-menu-length): Fix typo in group name.
+
 2002-11-17   Markus Rost  <rost@math.ohio-state.edu>
 
        * speedbar.el (defgroup speedbar): Use group 'etags instead of
 
        * 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  <reingold@emr.cs.iit.edu>
index 97217a10e79695798b81dc46859ae6975b432f05..2252087b102efc64c4c32d42ae45d6613e18bad6 100644 (file)
@@ -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.