aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/calc
diff options
context:
space:
mode:
authorTom Tromey2017-04-06 07:36:36 -0600
committerTom Tromey2017-04-06 07:36:36 -0600
commitf23c82d165bdbca76b7bdcd9370aa3eec906cc92 (patch)
treebe4807c491ff3c2ba996aa96ee00ae5855333d1e /lisp/calc
parent7a21bdce197915d362750e9a73cc27e4968cf109 (diff)
downloademacs-f23c82d165bdbca76b7bdcd9370aa3eec906cc92.tar.gz
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/calc')
-rw-r--r--lisp/calc/calc-embed.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/calc/calc-embed.el b/lisp/calc/calc-embed.el
index bd5601b7292..14ab97fbed8 100644
--- a/lisp/calc/calc-embed.el
+++ b/lisp/calc/calc-embed.el
@@ -27,6 +27,7 @@
27 27
28(require 'calc-ext) 28(require 'calc-ext)
29(require 'calc-macs) 29(require 'calc-macs)
30(require 'cl-lib)
30 31
31;; Declare functions which are defined elsewhere. 32;; Declare functions which are defined elsewhere.
32(declare-function thing-at-point-looking-at "thingatpt" 33(declare-function thing-at-point-looking-at "thingatpt"