comparison lisp/cc-mode/cc-styles.el @ 167:85ec50267440 r20-3b10

Import from CVS: tag r20-3b10
author cvs
date Mon, 13 Aug 2007 09:45:46 +0200
parents 5a88923fcbfe
children 929b76928fce
comparison
equal deleted inserted replaced
166:7a77eb660975 167:85ec50267440
27 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, 27 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
28 ;; Boston, MA 02111-1307, USA. 28 ;; Boston, MA 02111-1307, USA.
29 29
30 (eval-when-compile 30 (eval-when-compile
31 (load-file "./cc-align.el")) 31 (load-file "./cc-align.el"))
32
33 (require 'cc-vars)
34 (require 'cc-align)
32 35
33 36
34 (defconst c-style-alist 37 (defconst c-style-alist
35 '(("gnu" 38 '(("gnu"
36 (c-basic-offset . 2) 39 (c-basic-offset . 2)