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-defs.el


From: Martin Stjernholm
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/cc-defs.el
Date: Wed, 24 Sep 2003 09:59:19 -0400

Index: emacs/lisp/progmodes/cc-defs.el
diff -c emacs/lisp/progmodes/cc-defs.el:1.26 
emacs/lisp/progmodes/cc-defs.el:1.27
*** emacs/lisp/progmodes/cc-defs.el:1.26        Mon Sep  1 11:45:34 2003
--- emacs/lisp/progmodes/cc-defs.el     Wed Sep 24 09:59:18 2003
***************
*** 105,111 ****
  
  ;;; Variables also used at compile time.
  
! (defconst c-version "5.30.6"
    "CC Mode version number.")
  
  (defconst c-version-sym (intern c-version))
--- 105,111 ----
  
  ;;; Variables also used at compile time.
  
! (defconst c-version "5.30.7"
    "CC Mode version number.")
  
  (defconst c-version-sym (intern c-version))
***************
*** 115,124 ****
    "Non-nil for all buffers with a major mode derived from CC Mode.
  Otherwise, this variable is nil.  I.e. this variable is non-nil for
  `c-mode', `c++-mode', `objc-mode', `java-mode', `idl-mode',
! `pike-mode', and any other non-CC Mode mode that calls
! `c-initialize-cc-mode' (e.g. `awk-mode').  The value is the mode
! symbol itself (i.e. `c-mode' etc) of the original CC Mode mode, or
! just t if it's not known.")
  (make-variable-buffer-local 'c-buffer-is-cc-mode)
  
  ;; Have to make `c-buffer-is-cc-mode' permanently local so that it
--- 115,124 ----
    "Non-nil for all buffers with a major mode derived from CC Mode.
  Otherwise, this variable is nil.  I.e. this variable is non-nil for
  `c-mode', `c++-mode', `objc-mode', `java-mode', `idl-mode',
! `pike-mode', `awk-mode', and any other non-CC Mode mode that calls
! `c-initialize-cc-mode'.  The value is the mode symbol itself
! \(i.e. `c-mode' etc) of the original CC Mode mode, or just t if it's
! not known.")
  (make-variable-buffer-local 'c-buffer-is-cc-mode)
  
  ;; Have to make `c-buffer-is-cc-mode' permanently local so that it




reply via email to

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