aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/align.el
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/align.el
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/align.el')
-rw-r--r--lisp/align.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/align.el b/lisp/align.el
index 000b63ed785..102f009a2df 100644
--- a/lisp/align.el
+++ b/lisp/align.el
@@ -118,6 +118,8 @@
118 118
119;;; Code: 119;;; Code:
120 120
121(require 'cl-lib)
122
121(defgroup align nil 123(defgroup align nil
122 "Align text to a specific column, by regexp." 124 "Align text to a specific column, by regexp."
123 :version "21.1" 125 :version "21.1"