# HG changeset patch # User aidan # Date 1115747775 0 # Node ID 640e02d61e7ff29df944bd6ea1f16da72fcb3e32 # Parent feeb145e30f4ce65017bdbad8d9df38b89af0277 [xemacs-hg @ 2005-05-10 17:56:14 by aidan] Change the FAQ to not advise doing (setq text-mode-hook function-name). diff -r feeb145e30f4 -r 640e02d61e7f man/ChangeLog --- a/man/ChangeLog Tue May 10 17:36:05 2005 +0000 +++ b/man/ChangeLog Tue May 10 17:56:15 2005 +0000 @@ -1,3 +1,8 @@ +2005-05-10 Aidan Kehoe + + * xemacs-faq.texi (Q3.2.5): (setq text-mode-hook + 'turn-on-auto-fill) is not a good idea. + 2005-05-10 Aidan Kehoe * xemacs/sending.texi (Sending Mail):Document that sendmail.el is diff -r feeb145e30f4 -r 640e02d61e7f man/xemacs-faq.texi --- a/man/xemacs-faq.texi Tue May 10 17:36:05 2005 +0000 +++ b/man/xemacs-faq.texi Tue May 10 17:56:15 2005 +0000 @@ -7,7 +7,7 @@ @finalout @titlepage @title XEmacs FAQ -@subtitle Frequently asked questions about XEmacs @* Last Modified: $Date: 2005/02/04 02:51:21 $ +@subtitle Frequently asked questions about XEmacs @* Last Modified: $Date: 2005/05/10 17:56:15 $ @sp 1 @author Ben Wing @author Tony Rossini @@ -5064,7 +5064,7 @@ @lisp (setq default-major-mode 'text-mode) -(setq text-mode-hook 'turn-on-auto-fill) +(add-hook 'text-mode-hook 'turn-on-auto-fill) @end lisp @strong{WARNING}: note that changing the value of