Mercurial > emacs
comparison lisp/ChangeLog @ 111427:28be5d9560c5
Minor eieio-comp changes.
* lisp/emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
Use boundp tests to silence compiler. Update for changed name of
bytecomp-filename variable.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 06 Nov 2010 12:47:42 -0700 |
parents | 5dbc2ccef17c |
children | 043aac1cda3c |
comparison
equal
deleted
inserted
replaced
111426:5dbc2ccef17c | 111427:28be5d9560c5 |
---|---|
1 2010-11-06 Glenn Morris <rgm@gnu.org> | 1 2010-11-06 Glenn Morris <rgm@gnu.org> |
2 | |
3 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod): | |
4 Use boundp tests to silence compiler. Update for changed name of | |
5 bytecomp-filename variable. | |
2 | 6 |
3 * emulation/viper-cmd.el (viper-read-string-with-history): | 7 * emulation/viper-cmd.el (viper-read-string-with-history): |
4 Prefix dynamic local `initial'. | 8 Prefix dynamic local `initial'. |
5 (viper-minibuffer-standard-hook): Update for above name change. | 9 (viper-minibuffer-standard-hook): Update for above name change. |
6 | 10 |