* doc/lispintro/emacs-lisp-intro.texi (X11 Colors):
* doc/misc/efaq-w32.texi (Bash): Don't use setq with hooks.
+2014-02-25 Glenn Morris <rgm@gnu.org>
+
+ * emacs-lisp-intro.texi (X11 Colors): Don't use setq with hooks.
+
2014-02-06 Glenn Morris <rgm@gnu.org>
* emacs-lisp-intro.texi (Recursive Patterns):
@group
;; Set calendar highlighting colors
-(setq calendar-load-hook
+(add-hook 'calendar-load-hook
(lambda ()
(set-face-foreground 'diary-face "skyblue")
(set-face-background 'holiday-face "slate blue")
+2014-02-25 Glenn Morris <rgm@gnu.org>
+
+ * efaq-w32.texi (Bash): Don't use setq with hooks.
+
2014-02-24 Paul Eggert <eggert@cs.ucla.edu>
* texinfo.tex: Update from gnulib.
(setq comint-eol-on-send t)
(setq w32-quote-process-args ?\")
-(setq shell-mode-hook 'my-shell-setup)
+(add-hook 'shell-mode-hook 'my-shell-setup)
@end example
If you find that you are having trouble with Emacs tracking drive