Mercurial > emacs
diff lisp/ChangeLog @ 85650:437a25964d35
* emulation/edt-mapper.el (edt-emacs-variant): Replace the only
use with the definition. Remove.
* add-log.el (change-log-start-entry-re): New defconst.
(change-log-sortable-date-at): Use it.
(change-log-beginning-of-defun, change-log-end-of-defun): New
functions.
(change-log-mode): Use them for beginning-of-defun-function and
end-of-defun-function.
* erc-ibuffer.el (erc-modified-channels-alist): Pacify
byte-compiler.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Thu, 25 Oct 2007 23:25:08 +0000 |
parents | 0a23cc704db9 |
children | 5c07b0a66c17 |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Oct 25 22:12:04 2007 +0000 +++ b/lisp/ChangeLog Thu Oct 25 23:25:08 2007 +0000 @@ -1,3 +1,15 @@ +2007-10-25 Dan Nicolaescu <dann@ics.uci.edu> + + * emulation/edt-mapper.el (edt-emacs-variant): Replace the only + use with the definition. Remove. + + * add-log.el (change-log-start-entry-re): New defconst. + (change-log-sortable-date-at): Use it. + (change-log-beginning-of-defun, change-log-end-of-defun): New + functions. + (change-log-mode): Use them for beginning-of-defun-function and + end-of-defun-function. + 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org> * ses.el: Make `ses--symbolic-formulas' a safe local variable.