diff options
author | Alan Mackenzie <acm@muc.de> | 2007-07-24 07:07:10 +0000 |
---|---|---|
committer | Alan Mackenzie <acm@muc.de> | 2007-07-24 07:07:10 +0000 |
commit | 662d2954663a6d550b8633b23cc4670ea984b493 (patch) | |
tree | f3e86ad80c9165a11e45b190209222026b17281b | |
parent | dfb44a3ea0902f7300a713eaedf0a625ce82f075 (diff) | |
download | emacs-662d2954663a6d550b8633b23cc4670ea984b493.tar.gz |
*** empty log message ***
-rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4a2e754ecdd..2f0a2080316 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2007-07-24 Alan Mackenzie <acm@muc.de> + + * emacs-lisp/bytecomp.el (byte-compile-from-buffer): initialise + byte-compile-unresolved-functions before rather than after a + compilation. + (byte-compile-unresolved-functions): Amplify doc string. + 2007-07-24 Glenn Morris <rgm@gnu.org> * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary) @@ -24,7 +31,7 @@ 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca> - * progmodes/sh-script.el: (sh-font-lock-backslash-quote) + * progmodes/sh-script.el (sh-font-lock-backslash-quote) (sh-font-lock-flush-syntax-ppss-cache): New funs. (sh-font-lock-syntactic-keywords): Use them to distinguish the different possible cases for \'. |