* lisp/align.el, lisp/calc/calc-embed.el, lisp/cedet/semantic.el,
lisp/emulation/viper.el: Require cl-lib.
;;; Code:
+(require 'cl-lib)
+
(defgroup align nil
"Align text to a specific column, by regexp."
:version "21.1"
(require 'calc-ext)
(require 'calc-macs)
+(require 'cl-lib)
;; Declare functions which are defined elsewhere.
(declare-function thing-at-point-looking-at "thingatpt"
(require 'cedet)
(require 'semantic/tag)
(require 'semantic/lex)
+(require 'cl-lib)
(defvar semantic-version "2.2"
"Current version of Semantic.")
;; 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")