changeset 66724:56df84621156

*** empty log message ***
author Luc Teirlinck <teirllm@auburn.edu>
date Sat, 05 Nov 2005 23:20:41 +0000
parents a4c04d1213c4
children d4878090d8a8
files lisp/ChangeLog
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Nov 05 23:11:38 2005 +0000
+++ b/lisp/ChangeLog	Sat Nov 05 23:20:41 2005 +0000
@@ -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.