summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Potortì <pot@gnu.org>2002-11-18 11:57:49 +0000
committerFrancesco Potortì <pot@gnu.org>2002-11-18 11:57:49 +0000
commitdf53967c090c62ac64120c790dfa735c9fec4cc8 (patch)
treeabe87c489378767111cb957c26ba6990a5e0f844
parent2c8d05899e60b57070e6d4c78d2ce0cdf4664d58 (diff)
downloademacs-df53967c090c62ac64120c790dfa735c9fec4cc8.tar.gz
(cc-align): Required by c-set-style.
-rw-r--r--lisp/progmodes/cc-styles.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/cc-styles.el b/lisp/progmodes/cc-styles.el
index 1ee5f2dedcb..f5bfff85029 100644
--- a/lisp/progmodes/cc-styles.el
+++ b/lisp/progmodes/cc-styles.el
@@ -43,6 +43,7 @@
(cc-require 'cc-defs)
(cc-require 'cc-vars)
+(cc-require 'cc-align)
;; Warning: don't eval-defun this constant or you'll break style inheritance.