# HG changeset patch # User Alan Mackenzie # Date 1214600987 0 # Node ID ced419734e6f62544eb392bf709039f43807eefb # Parent 35607ce2fc2592fd8876edd7a6fa7bb093c04df4 *** empty log message *** diff -r 35607ce2fc25 -r ced419734e6f lisp/ChangeLog --- a/lisp/ChangeLog Fri Jun 27 17:51:24 2008 +0000 +++ b/lisp/ChangeLog Fri Jun 27 21:09:47 2008 +0000 @@ -1,3 +1,12 @@ +2008-06-27 Alan Mackenzie + + * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to + the CC Mode specific functions; this is no longer needed, since + {beginning,end}-of-defun now pass ARG to ...-of-defun-function. + + * progmodes/cc-defs.el (c-emacs-features): new feature + 'argumentative-bod-function. + 2008-06-27 John Paul Wallington * chistory.el (list-command-history): Use `bound-and-true-p'.