]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorLuc Teirlinck <teirllm@auburn.edu>
Sat, 5 Nov 2005 23:20:41 +0000 (23:20 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Sat, 5 Nov 2005 23:20:41 +0000 (23:20 +0000)
lisp/ChangeLog

index a1eede02379d9eae35ae4499ea17621938b80995..1302a0926a08e6531c1cddc6472eeacdac3e072a 100644 (file)
@@ -1,3 +1,15 @@
+2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * startup.el (command-line): Use `custom-reevaluate-setting' for
+       `global-font-lock-mode'.
+
+       * font-core.el (global-font-lock-mode): Enable
+       `global-font-lock-mode' by default, except in batch mode or when
+       the -D command line option is given.
+
+       * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
+       specified keyword args on to `define-minor-mode'.  Update docstring.
+
 2005-11-05  Romain Francoise  <romain@orebokech.com>
 
        * replace.el (occur-engine): Add marker at end of line, too.