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


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/cc-langs.el
Date: Fri, 10 Feb 2006 09:00:34 +0000

Index: emacs/lisp/progmodes/cc-langs.el
diff -u emacs/lisp/progmodes/cc-langs.el:1.35 
emacs/lisp/progmodes/cc-langs.el:1.36
--- emacs/lisp/progmodes/cc-langs.el:1.35       Sat Dec  3 11:04:17 2005
+++ emacs/lisp/progmodes/cc-langs.el    Fri Feb 10 09:00:31 2006
@@ -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.




reply via email to

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