Mercurial > emacs
changeset 61939:6b3d5f6887e4
*** empty log message ***
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Sat, 30 Apr 2005 05:15:52 +0000 |
parents | 5512015ae158 |
children | bf3ad3b1e943 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Apr 29 23:47:30 2005 +0000 +++ b/lisp/ChangeLog Sat Apr 30 05:15:52 2005 +0000 @@ -3,6 +3,7 @@ * progmodes/cc-mode.el (cc-create-define-alist): Check that file exists. Initialise cc-define-alist. (c-mode): Add cc-create-define-alist locally to after-save-hook. + If there is no file (Macroexpansion) don't create an alist. 2005-04-29 Sam Steingold <sds@gnu.org>