]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorAlan Mackenzie <acm@muc.de>
Fri, 27 Jun 2008 21:09:47 +0000 (21:09 +0000)
committerAlan Mackenzie <acm@muc.de>
Fri, 27 Jun 2008 21:09:47 +0000 (21:09 +0000)
lisp/ChangeLog

index 648d9875ad5c96fa6a4f433b6d230c6a1fded2bb..932d83d823f6985d3f5b5e246c3dae29b44c6382 100644 (file)
@@ -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'.