diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2006-02-10 09:00:31 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2006-02-10 09:00:31 +0000 |
commit | d91362c9e06c30bb8684519f8b9eb1498f0fd614 (patch) | |
tree | 59a0d28f7a76b608470c1f70a9eddd66d472f821 /lisp/progmodes/cc-langs.el | |
parent | cbd488c46a4a79f2879d1bfefdd70e33f19cdc56 (diff) | |
download | emacs-d91362c9e06c30bb8684519f8b9eb1498f0fd614.tar.gz emacs-d91362c9e06c30bb8684519f8b9eb1498f0fd614.tar.bz2 emacs-d91362c9e06c30bb8684519f8b9eb1498f0fd614.zip |
Update copyright for 2006.
Diffstat (limited to 'lisp/progmodes/cc-langs.el')
-rw-r--r-- | lisp/progmodes/cc-langs.el | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/lisp/progmodes/cc-langs.el b/lisp/progmodes/cc-langs.el index 3c1df93e0f9..bea3b4f7e8c 100644 --- a/lisp/progmodes/cc-langs.el +++ b/lisp/progmodes/cc-langs.el @@ -1,7 +1,7 @@ ;;; cc-langs.el --- language specific settings for CC Mode -;; Copyright (C) 1985,1987,1992-2003, 2004, 2005 Free Software Foundation, -;; Inc. +;; Copyright (C) 1985,1987,1992-2003, 2004, 2005, 2006 +;; Free Software Foundation, Inc. ;; Authors: 1998- Martin Stjernholm ;; 1992-1999 Barry A. Warsaw @@ -258,9 +258,12 @@ the evaluated constant value at compile time." (c-fn-region-is-active-p)])) "----" ("Toggle..." - ["Syntactic indentation" c-toggle-syntactic-indentation t] - ["Auto newline" c-toggle-auto-newline t] - ["Hungry delete" c-toggle-hungry-state t]))) + ["Syntactic indentation" c-toggle-syntactic-indentation + :style toggle :selected c-syntactic-indentation] + ["Auto newline" c-toggle-auto-newline + :style toggle :selected c-auto-newline] + ["Hungry delete" c-toggle-hungry-state + :style toggle :selected c-hungry-delete-key]))) ;;; Syntax tables. |