* lisp/abbrev.el (define-abbrev): Beware new meaning of fboundp.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 6 Jan 2014 23:34:05 +0000 (18:34 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 6 Jan 2014 23:34:05 +0000 (18:34 -0500)
commit6bdd920482e75a47062ebec76c022baa4259530d
treeaaa13a3161dde6f8bdee5ad5a2b02ea2fd97562a
parentdaccca97f0231b54628c6ef8e58621277c678aa3
* lisp/abbrev.el (define-abbrev): Beware new meaning of fboundp.
* lisp/emacs-lisp/elint.el (elint-find-builtins):
* lisp/emacs-lisp/eldoc.el (eldoc-symbol-function):
* lisp/emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
(byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
* lisp/emacs-lisp/byte-opt.el (byte-compile-inline-expand):
* lisp/apropos.el (apropos-safe-documentation):
* lisp/subr.el (symbol-file): Remove redundant fboundp.
* lisp/progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
lisp/ChangeLog
lisp/abbrev.el
lisp/apropos.el
lisp/emacs-lisp/byte-opt.el
lisp/emacs-lisp/bytecomp.el
lisp/emacs-lisp/eldoc.el
lisp/emacs-lisp/elint.el
lisp/progmodes/idlw-shell.el
lisp/subr.el