Mercurial > emacs
changeset 67812:b22c9dac64c1
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 26 Dec 2005 04:51:58 +0000 |
parents | e7ac0fc47db5 |
children | 7ead07735f77 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Dec 26 04:51:46 2005 +0000 +++ b/lisp/ChangeLog Mon Dec 26 04:51:58 2005 +0000 @@ -1,5 +1,8 @@ 2005-12-25 Richard M. Stallman <rms@gnu.org> + * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp + at point, in case of narrowing. + * progmodes/delphi.el (delphi-other-face): Allow nil in type. * locate.el (locate-header-face): Allow nil in type.
--- a/src/ChangeLog Mon Dec 26 04:51:46 2005 +0000 +++ b/src/ChangeLog Mon Dec 26 04:51:58 2005 +0000 @@ -1,3 +1,10 @@ +2005-12-25 Richard M. Stallman <rms@gnu.org> + + * eval.c (un_autoload): Expect (0 . OFEATURES) in Vautoload_queue + to undo a `provide'. + + * fns.c (Fprovide): Store (0 . OFEATURES) in Vautoload_queue. + 2005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr> * m/amdx86-64.h [__FreeBSD__] (START_FILES, LIB_STANDARD):