]> git.eshelyaron.com Git - emacs.git/commitdiff
require cl-lib to fix fallout from mhtml series
authorTom Tromey <tom@tromey.com>
Thu, 6 Apr 2017 13:36:36 +0000 (07:36 -0600)
committerTom Tromey <tom@tromey.com>
Thu, 6 Apr 2017 13:36:36 +0000 (07:36 -0600)
* lisp/align.el, lisp/calc/calc-embed.el, lisp/cedet/semantic.el,
lisp/emulation/viper.el: Require cl-lib.

lisp/align.el
lisp/calc/calc-embed.el
lisp/cedet/semantic.el
lisp/emulation/viper.el

index 000b63ed78532a31803e44b5061505d0545ecb39..102f009a2df79eab149f7c25d07a08ded891dc48 100644 (file)
 
 ;;; Code:
 
+(require 'cl-lib)
+
 (defgroup align nil
   "Align text to a specific column, by regexp."
   :version "21.1"
index bd5601b72929edd5f394368b93d1e92a3bcf02b8..14ab97fbed8bcebcabb634d8dafd18e751ba42bf 100644 (file)
@@ -27,6 +27,7 @@
 
 (require 'calc-ext)
 (require 'calc-macs)
+(require 'cl-lib)
 
 ;; Declare functions which are defined elsewhere.
 (declare-function thing-at-point-looking-at "thingatpt"
index a3c03dc4604e710a6a3f701aeaf79c19fea74965..6a264cabd656c588b2cfac22186417cbc7944ba3 100644 (file)
@@ -37,6 +37,7 @@
 (require 'cedet)
 (require 'semantic/tag)
 (require 'semantic/lex)
+(require 'cl-lib)
 
 (defvar semantic-version "2.2"
   "Current version of Semantic.")
index 81acedbc16da142a1fd2e9bbdef2e540f8eeb6ca..4b4b4be8978b0bb5b2226136ff3259ad787ae446 100644 (file)
@@ -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")