Mercurial > hg > xemacs-beta
diff lisp/ChangeLog @ 5723:b3a2bff825c8
Make f?boundp less necessary.
2013-03-02 Michael Sperber <mike@xemacs.org>
* bytecomp.el (byte-compile-if): Port this patch from GNU Emacs:
Author: Dave Love <fx@gnu.org>
Date: Thu Dec 12 20:27:43 2002 +0000
(byte-compile-if): Suppress warnings from
things protected by `(if (fboundp ...' or `(if (boundp ...'.
author | Mike Sperber <sperber@deinprogramm.de> |
---|---|
date | Sat, 02 Mar 2013 18:00:42 +0100 |
parents | cc852bdbdbaa |
children | 165315eae1ab |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Feb 22 16:18:37 2013 +0100 +++ b/lisp/ChangeLog Sat Mar 02 18:00:42 2013 +0100 @@ -1,3 +1,13 @@ +2013-03-02 Michael Sperber <mike@xemacs.org> + + * bytecomp.el (byte-compile-if): Port this patch from GNU Emacs: + + Author: Dave Love <fx@gnu.org> + Date: Thu Dec 12 20:27:43 2002 +0000 + + (byte-compile-if): Suppress warnings from + things protected by `(if (fboundp ...' or `(if (boundp ...'. + 2013-02-20 Michael Sperber <mike@xemacs.org> * files.el (file-remote-p): Remove an ancient piece of obsolete