summaryrefslogtreecommitdiff
path: root/lisp/emulation
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2017-04-06 07:36:36 -0600
committerTom Tromey <tom@tromey.com>2017-04-06 07:36:36 -0600
commitf23c82d165bdbca76b7bdcd9370aa3eec906cc92 (patch)
treebe4807c491ff3c2ba996aa96ee00ae5855333d1e /lisp/emulation
parent7a21bdce197915d362750e9a73cc27e4968cf109 (diff)
downloademacs-f23c82d165bdbca76b7bdcd9370aa3eec906cc92.tar.gz
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.el2
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")