Mercurial > emacs
comparison lisp/ChangeLog @ 53686:ea0b901a1f91
*** empty log message ***
author | Thien-Thi Nguyen <ttn@gnuvola.org> |
---|---|
date | Sat, 24 Jan 2004 17:00:21 +0000 |
parents | f58a3ce5a982 |
children | cfc1659b23a7 |
comparison
equal
deleted
inserted
replaced
53685:2d1c4cfccc4a | 53686:ea0b901a1f91 |
---|---|
1 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org> | |
2 | |
3 * mail/rmail-spam-filter.el: | |
4 Use two semicolons as Commentary line prefix. | |
5 Add ";;; Code:" stylized comment. | |
6 Delete end-of-line whitespace. | |
7 Wrap (require 'cl) with `eval-when-compile'. | |
8 | |
1 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us> | 9 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us> |
2 | 10 |
3 * vc.el (vc-annotate): Fix improper use of `make-local-variable' | 11 * vc.el (vc-annotate): Fix improper use of `make-local-variable' |
4 at the top level of vc.el. | 12 at the top level of vc.el. |
5 | 13 |