From: Alan Mackenzie Date: Fri, 27 Jun 2008 21:09:47 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~4430 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2a79117ef584d4d01254a7fd311a755984f728b6;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 648d9875ad5..932d83d823f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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'.