comparison 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
comparison
equal deleted inserted replaced
5722:fffa15138019 5723:b3a2bff825c8
1 2013-03-02 Michael Sperber <mike@xemacs.org>
2
3 * bytecomp.el (byte-compile-if): Port this patch from GNU Emacs:
4
5 Author: Dave Love <fx@gnu.org>
6 Date: Thu Dec 12 20:27:43 2002 +0000
7
8 (byte-compile-if): Suppress warnings from
9 things protected by `(if (fboundp ...' or `(if (boundp ...'.
10
1 2013-02-20 Michael Sperber <mike@xemacs.org> 11 2013-02-20 Michael Sperber <mike@xemacs.org>
2 12
3 * files.el (file-remote-p): Remove an ancient piece of obsolete 13 * files.el (file-remote-p): Remove an ancient piece of obsolete
4 legacy code that looks at `efs-ftp-path'. 14 legacy code that looks at `efs-ftp-path'.
5 15