Mercurial > emacs
diff lisp/ChangeLog @ 110396:2103fda73355
* lisp/emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
(byte-compile-defvar): "foo/bar" does not lack a prefix.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 17 Sep 2010 16:31:06 +0200 |
parents | 22d1a86dc0da |
children | e4c19190baef |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Sep 17 16:22:06 2010 +0200 +++ b/lisp/ChangeLog Fri Sep 17 16:31:06 2010 +0200 @@ -1,5 +1,8 @@ 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca> + * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar) + (byte-compile-defvar): "foo/bar" does not lack a prefix. + * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow. 2010-09-17 Stephen Berman <stephen.berman@gmx.net>