Mercurial > emacs
comparison lisp/ChangeLog @ 96383:ced419734e6f
*** empty log message ***
author | Alan Mackenzie <acm@muc.de> |
---|---|
date | Fri, 27 Jun 2008 21:09:47 +0000 |
parents | 35607ce2fc25 |
children | 01647003e227 |
comparison
equal
deleted
inserted
replaced
96382:35607ce2fc25 | 96383:ced419734e6f |
---|---|
1 2008-06-27 Alan Mackenzie <acm@muc.de> | |
2 | |
3 * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to | |
4 the CC Mode specific functions; this is no longer needed, since | |
5 {beginning,end}-of-defun now pass ARG to ...-of-defun-function. | |
6 | |
7 * progmodes/cc-defs.el (c-emacs-features): new feature | |
8 'argumentative-bod-function. | |
9 | |
1 2008-06-27 John Paul Wallington <jpw@pobox.com> | 10 2008-06-27 John Paul Wallington <jpw@pobox.com> |
2 | 11 |
3 * chistory.el (list-command-history): Use `bound-and-true-p'. | 12 * chistory.el (list-command-history): Use `bound-and-true-p'. |
4 (command-history-map): Define within defvar. Add docstring. | 13 (command-history-map): Define within defvar. Add docstring. |
5 | 14 |