emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/cc-styles.el


From: Martin Stjernholm
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/cc-styles.el
Date: Sat, 05 Jul 2003 15:54:33 -0400

Index: emacs/lisp/progmodes/cc-styles.el
diff -c emacs/lisp/progmodes/cc-styles.el:1.28 
emacs/lisp/progmodes/cc-styles.el:1.29
*** emacs/lisp/progmodes/cc-styles.el:1.28      Thu Jul  3 08:30:59 2003
--- emacs/lisp/progmodes/cc-styles.el   Sat Jul  5 15:54:33 2003
***************
*** 50,57 ****
  (cc-bytecomp-defvar adaptive-fill-first-line-regexp) ; Emacs
  
  
! ;; Warning: don't eval-defun this constant or you'll break style inheritance.
! (defconst c-style-alist
    '(("gnu"
       (c-basic-offset . 2)
       (c-comment-only-line-offset . (0 . 0))
--- 50,56 ----
  (cc-bytecomp-defvar adaptive-fill-first-line-regexp) ; Emacs
  
  
! (defvar c-style-alist
    '(("gnu"
       (c-basic-offset . 2)
       (c-comment-only-line-offset . (0 . 0))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]