> Stefan had a different suggestion, but I couldn't parse it.

Hard to believe.  Here's the patch I installed.


        Stefan


--- lisp/progmodes/cc-langs.el  24 Feb 2006 15:33:02 -0000      1.37
+++ lisp/progmodes/cc-langs.el  14 Apr 2006 11:29:32 -0000
@@ -267,7 +267,8 @@
        ["Hungry delete"         c-toggle-hungry-state
        :style toggle :selected c-hungry-delete-key]
        ["Subword mode"          c-subword-mode
-       :style toggle :selected c-subword-mode])))
+       :style toggle :selected (and (boundp 'c-subword-mode)
+                                     c-subword-mode)])))
 
 
 ;;; Syntax tables.


_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to