From: Francesco Potortì Date: Mon, 18 Nov 2002 11:57:49 +0000 (+0000) Subject: (cc-align): Required by c-set-style. X-Git-Tag: emacs-pretest-21.2.93~20 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=df53967c090c62ac64120c790dfa735c9fec4cc8;p=emacs.git (cc-align): Required by c-set-style. --- 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.