diff options
author | Glenn Morris <rgm@gnu.org> | 2018-03-23 16:28:24 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2018-03-23 16:28:24 -0400 |
commit | 582f46cbe2d53a09388e96e1c069524460f7105f (patch) | |
tree | 598e37491502483d82870f33aef081954ee726d0 /lisp/emulation/viper-keym.el | |
parent | c5a363080cd29742454aeaebb09d5da06babd4e3 (diff) | |
download | emacs-582f46cbe2d53a09388e96e1c069524460f7105f.tar.gz emacs-582f46cbe2d53a09388e96e1c069524460f7105f.tar.bz2 emacs-582f46cbe2d53a09388e96e1c069524460f7105f.zip |
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.
Diffstat (limited to 'lisp/emulation/viper-keym.el')
-rw-r--r-- | lisp/emulation/viper-keym.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/emulation/viper-keym.el b/lisp/emulation/viper-keym.el index e72842232e4..5196ca6ac38 100644 --- a/lisp/emulation/viper-keym.el +++ b/lisp/emulation/viper-keym.el @@ -32,8 +32,6 @@ (defvar viper-ex-style-editing) (defvar viper-ex-style-motion) -(eval-and-compile - (unless (fboundp 'declare-function) (defmacro declare-function (&rest r)))) ;; end pacifier (require 'viper-util) |