Mercurial > emacs
diff lisp/ChangeLog @ 102813:2c37faeb7d5e
(auto-fill-function): Mark it as safe for nil.
Suggested by Leo <sdl.web@gmail.com>.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 02 Apr 2009 01:56:43 +0000 |
parents | 62b984273010 |
children | a6606249eb86 |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Apr 01 20:01:14 2009 +0000 +++ b/lisp/ChangeLog Thu Apr 02 01:56:43 2009 +0000 @@ -1,18 +1,21 @@ +2009-04-02 Stefan Monnier <monnier@iro.umontreal.ca> + + * simple.el (auto-fill-function): Mark it as safe for nil. + Suggested by Leo <sdl.web@gmail.com>. + 2009-04-01 Dan Nicolaescu <dann@ics.uci.edu> * vc-mtn.el (vc-mtn-register): Fix optional arguments. * vc-hooks.el (vc-name): Avoid calling vc-backend twice. - (vc-mode-line): Accept and use an optional argument for the - backend. + (vc-mode-line): Accept and use an optional argument for the backend. (vc-find-file-hook): Use when instead of if. Avoid calling - vc-backend multiple times, pass down the value computed the first - time. + vc-backend multiple times, pass down the value computed the first time. 2009-03-30 Andreas Schwab <schwab@linux-m68k.org> - * ansi-color.el (ansi-color-get-face): Use - ansi-color-parameter-regexp to match parameters. + * ansi-color.el (ansi-color-get-face): + Use ansi-color-parameter-regexp to match parameters. (ansi-color-regexp): Include final `m' in first group. 2009-03-30 Jason Rumney <jasonr@gnu.org>