]> git.eshelyaron.com Git - emacs.git/commitdiff
(Minor Mode Conventions): Use custom-set-minor-mode.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 16 Nov 2005 17:14:37 +0000 (17:14 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 16 Nov 2005 17:14:37 +0000 (17:14 +0000)
lispref/ChangeLog
lispref/modes.texi

index 3eb27dd4c5e02e4d9c10503935e94f740a893be8..dc2e92296ef17f5b52999b99f4cd1ecb764f9796 100644 (file)
@@ -1,3 +1,7 @@
+2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
+
 2005-11-06  Richard M. Stallman  <rms@gnu.org>
 
        * files.texi (Magic File Names): find-file-name-handler checks the
@@ -31,9 +35,9 @@
 
 2005-10-27  Masatake YAMATO  <jet@gyve.org>
 
-       * minibuf.texi (Completion Commands): 
+       * minibuf.texi (Completion Commands):
        Write about new optional argument for `display-completion-list'.
-       
+
 2005-10-23  Richard M. Stallman  <rms@gnu.org>
 
        * display.texi (Overlay Arrow): Clarify about local bindings of
index 00b58f0a9fffa14c3e05f02bbb67a22032818b87..5dc9873fe968d20a747991079b0018fc97ee8b5b 100644 (file)
@@ -1327,8 +1327,7 @@ enable the mode.  For example:
   "Toggle msb-mode.
 Setting this variable directly does not take effect;
 use either \\[customize] or the function `msb-mode'."
-  :set (lambda (symbol value)
-        (msb-mode (or value 0)))
+  :set 'custom-set-minor-mode
   :initialize 'custom-initialize-default
   :version "20.4"
   :type    'boolean