]> git.eshelyaron.com Git - emacs.git/commit
Remove some declare-function stub definitions
authorGlenn Morris <rgm@gnu.org>
Fri, 23 Mar 2018 20:28:24 +0000 (16:28 -0400)
committerGlenn Morris <rgm@gnu.org>
Fri, 23 Mar 2018 20:28:24 +0000 (16:28 -0400)
commit582f46cbe2d53a09388e96e1c069524460f7105f
tree598e37491502483d82870f33aef081954ee726d0
parentc5a363080cd29742454aeaebb09d5da06babd4e3
Remove some declare-function stub definitions

* lisp/emulation/viper-cmd.el, lisp/emulation/viper-keym.el:
* lisp/emulation/viper-util.el, lisp/net/newst-plainview.el:
* lisp/net/newst-treeview.el, lisp/ps-def.el, lisp/vc/ediff.el:
* lisp/vc/ediff-util.el, lisp/vc/ediff-wind.el:
Remove stub declare-function definitions.
It exists since Emacs 22.2, released 10 years ago.
Most of these files are using even newer features, such as
lexical-binding and cl-lib anyway, making the stubs pointless.
lisp/emulation/viper-cmd.el
lisp/emulation/viper-keym.el
lisp/emulation/viper-util.el
lisp/net/newst-plainview.el
lisp/net/newst-treeview.el
lisp/ps-def.el
lisp/vc/ediff-util.el
lisp/vc/ediff-wind.el
lisp/vc/ediff.el