diff 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
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Nov 06 12:44:11 2010 -0700
+++ b/lisp/ChangeLog	Sat Nov 06 12:47:42 2010 -0700
@@ -1,5 +1,9 @@
 2010-11-06  Glenn Morris  <rgm@gnu.org>
 
+	* emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
+	Use boundp tests to silence compiler.  Update for changed name of
+	bytecomp-filename variable.
+
 	* emulation/viper-cmd.el (viper-read-string-with-history):
 	Prefix dynamic local `initial'.
 	(viper-minibuffer-standard-hook): Update for above name change.