aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Mackenzie <[email protected]>2008-06-27 21:09:47 +0000
committerAlan Mackenzie <[email protected]>2008-06-27 21:09:47 +0000
commit2a79117ef584d4d01254a7fd311a755984f728b6 (patch)
tree323e3095f93499ff10795b40e99cf26785a0335b
parent610117a9d0573342a271aed9d67327d0c0a921a3 (diff)
*** empty log message ***
-rw-r--r--lisp/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 648d9875ad..932d83d823 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
+2008-06-27 Alan Mackenzie <[email protected]>
+
+ * 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 <[email protected]>
* chistory.el (list-command-history): Use `bound-and-true-p'.