changeset 96383:ced419734e6f

*** empty log message ***
author Alan Mackenzie <acm@muc.de>
date Fri, 27 Jun 2008 21:09:47 +0000
parents 35607ce2fc25
children 59d141ae8c74
files lisp/ChangeLog
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <acm@muc.de>
+
+	* 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  <jpw@pobox.com>
 
 	* chistory.el (list-command-history): Use `bound-and-true-p'.