Mercurial > emacs
comparison lisp/ChangeLog @ 110501:906ce0f04ef3
Trivial bytecomp.el change.
* lisp/emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
(byte-compile-defvar, byte-compile-cl-warn):
Start warnings with lower-case, like the majority.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 23 Sep 2010 00:55:01 -0700 |
parents | 430f14ffaad3 |
children | b799d38f522a |
comparison
equal
deleted
inserted
replaced
110500:430f14ffaad3 | 110501:906ce0f04ef3 |
---|---|
1 2010-09-23 Glenn Morris <rgm@gnu.org> | 1 2010-09-23 Glenn Morris <rgm@gnu.org> |
2 | |
3 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar): | |
4 (byte-compile-defvar, byte-compile-cl-warn): | |
5 Start warnings with lower-case, like the majority. | |
2 | 6 |
3 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode. | 7 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode. |
4 | 8 |
5 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071) | 9 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071) |
6 | 10 |