Mercurial > emacs
changeset 62376:7f557cdf54e7
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 15 May 2005 22:03:16 +0000 |
parents | 6a8938e81aa7 |
children | 720fa1d7457c |
files | lisp/ChangeLog |
diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun May 15 22:02:39 2005 +0000 +++ b/lisp/ChangeLog Sun May 15 22:03:16 2005 +0000 @@ -5,6 +5,17 @@ 2005-05-15 Richard M. Stallman <rms@gnu.org> + * emacs-lisp/copyright.el (copyright-fix-years): + Match properly if the first year is 2-digit. + Don't mess up the whitespace after the years by filling. + + * dired-aux.el (dired-mark-confirm): + Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED. + + * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED. + (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED. + (dired-mark-pop-up): Handle FILES = (t FILE) specially. + * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set font-lock-comment-start-skip.