diff options
author | Tom Tromey <tom@tromey.com> | 2017-04-06 07:36:36 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2017-04-06 07:36:36 -0600 |
commit | f23c82d165bdbca76b7bdcd9370aa3eec906cc92 (patch) | |
tree | be4807c491ff3c2ba996aa96ee00ae5855333d1e /lisp/emulation | |
parent | 7a21bdce197915d362750e9a73cc27e4968cf109 (diff) | |
download | emacs-f23c82d165bdbca76b7bdcd9370aa3eec906cc92.tar.gz emacs-f23c82d165bdbca76b7bdcd9370aa3eec906cc92.tar.bz2 emacs-f23c82d165bdbca76b7bdcd9370aa3eec906cc92.zip |
require cl-lib to fix fallout from mhtml series
* lisp/align.el, lisp/calc/calc-embed.el, lisp/cedet/semantic.el,
lisp/emulation/viper.el: Require cl-lib.
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 @@ ;; filed in the Emacs bug reporting system against this file, a copy ;; of the bug report be sent to the maintainer's email address. +(require 'cl-lib) + (defconst viper-version "3.14.2 of July 4, 2013" "The current version of Viper") |