diff lisp/progmodes/cc-langs.el @ 68773:dc49655f57ae

Update copyright for 2006.
author Nick Roberts <nickrob@snap.net.nz>
date Fri, 10 Feb 2006 09:00:31 +0000
parents cf00aa89f148
children 3d8b060d10fb 4b3d39451150
line wrap: on
line diff
--- a/lisp/progmodes/cc-langs.el	Fri Feb 10 08:35:43 2006 +0000
+++ b/lisp/progmodes/cc-langs.el	Fri Feb 10 09:00:31 2006 +0000
@@ -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 @@
 	     (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.