diff options
| author | Glenn Morris | 2011-05-26 00:23:11 -0700 |
|---|---|---|
| committer | Glenn Morris | 2011-05-26 00:23:11 -0700 |
| commit | 98f593b8d49dfe77fe37570e73dad02cdb358add (patch) | |
| tree | 1d7b77ad6fe41546e7c9905879c533e78d6f7eae /lisp/ChangeLog | |
| parent | 0f4aebc0ebc91099461f5af63f3034709336f233 (diff) | |
| download | emacs-98f593b8d49dfe77fe37570e73dad02cdb358add.tar.gz emacs-98f593b8d49dfe77fe37570e73dad02cdb358add.zip | |
Downcase mode names in recent files.el changes.
* lisp/files.el (hack-local-variables-prop-line, hack-local-variables):
Downcase mode names, as seems to be traditional.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5b21d311bac..20528d7c070 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2011-05-26 Glenn Morris <rgm@gnu.org> | 1 | 2011-05-26 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * files.el (hack-local-variables-prop-line, hack-local-variables): | ||
| 4 | Downcase mode names, as seems to be traditional. | ||
| 5 | |||
| 3 | * mail/emacsbug.el (report-emacs-bug): Mention checking From address. | 6 | * mail/emacsbug.el (report-emacs-bug): Mention checking From address. |
| 4 | (report-emacs-bug-hook): Try to validate the From address. (Bug#8038) | 7 | (report-emacs-bug-hook): Try to validate the From address. (Bug#8038) |
| 5 | 8 | ||