diff options
Diffstat (limited to 'lisp/emulation')
| -rw-r--r-- | lisp/emulation/viper.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/emulation/viper.el b/lisp/emulation/viper.el index 81acedbc16d..4b4b4be8978 100644 --- a/lisp/emulation/viper.el +++ b/lisp/emulation/viper.el | |||
| @@ -14,6 +14,8 @@ | |||
| 14 | ;; filed in the Emacs bug reporting system against this file, a copy | 14 | ;; filed in the Emacs bug reporting system against this file, a copy |
| 15 | ;; of the bug report be sent to the maintainer's email address. | 15 | ;; of the bug report be sent to the maintainer's email address. |
| 16 | 16 | ||
| 17 | (require 'cl-lib) | ||
| 18 | |||
| 17 | (defconst viper-version "3.14.2 of July 4, 2013" | 19 | (defconst viper-version "3.14.2 of July 4, 2013" |
| 18 | "The current version of Viper") | 20 | "The current version of Viper") |
| 19 | 21 | ||