Mercurial > emacs
comparison lisp/ChangeLog @ 62376:7f557cdf54e7
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 15 May 2005 22:03:16 +0000 |
parents | 146db6da77b4 |
children | 720fa1d7457c |
comparison
equal
deleted
inserted
replaced
62375:6a8938e81aa7 | 62376:7f557cdf54e7 |
---|---|
2 | 2 |
3 * subr.el (open-network-stream-nowait): Remove. | 3 * subr.el (open-network-stream-nowait): Remove. |
4 (open-network-stream-server): Remove. | 4 (open-network-stream-server): Remove. |
5 | 5 |
6 2005-05-15 Richard M. Stallman <rms@gnu.org> | 6 2005-05-15 Richard M. Stallman <rms@gnu.org> |
7 | |
8 * emacs-lisp/copyright.el (copyright-fix-years): | |
9 Match properly if the first year is 2-digit. | |
10 Don't mess up the whitespace after the years by filling. | |
11 | |
12 * dired-aux.el (dired-mark-confirm): | |
13 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED. | |
14 | |
15 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED. | |
16 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED. | |
17 (dired-mark-pop-up): Handle FILES = (t FILE) specially. | |
7 | 18 |
8 * emacs-lisp/lisp-mode.el (lisp-mode-variables): | 19 * emacs-lisp/lisp-mode.el (lisp-mode-variables): |
9 Set font-lock-comment-start-skip. | 20 Set font-lock-comment-start-skip. |
10 | 21 |
11 * font-lock.el (font-lock-comment-start-skip): New variable. | 22 * font-lock.el (font-lock-comment-start-skip): New variable. |