diff options
author | Alan Mackenzie <acm@muc.de> | 2008-04-02 21:21:01 +0000 |
---|---|---|
committer | Alan Mackenzie <acm@muc.de> | 2008-04-02 21:21:01 +0000 |
commit | 1464a281eac2066991951fd024d7180af79bd97b (patch) | |
tree | 6dc7f6dc58d773d2a74b16b48b631185ded6b8e4 | |
parent | 3ae459e5b46ff778c7fdd962a68390b99da2976f (diff) | |
download | emacs-1464a281eac2066991951fd024d7180af79bd97b.tar.gz |
*** empty log message ***
-rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3843df4ed1c..45dd978a524 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2008-04-02 Alan Mackenzie <acm@muc.de> + + * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name): New + optimised functions to get the name of the current defun/macro. + + * add-log.el (add-log-current-defun): Move the functionality which + gets the current function name for C like modes to cc-cmds.el, + thus optimising for speed. + 2008-04-02 Chong Yidong <cyd@stupidchicken.com> * simple.el (deactivate-mark): When the mark is temporarily |