]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/cc-vars.el
* lisp/progmodes/ruby-mode.el: Improve percent literals.
[gnu-emacs] / lisp / progmodes / cc-vars.el
index a4338a3193b8448411f4be7ae814dd7ec79c76ad..5201e4a26ed6ef25fae90981269a4b771465bf16 100644 (file)
@@ -1,6 +1,6 @@
 ;;; cc-vars.el --- user customization variables for CC Mode
 
-;; Copyright (C) 1985, 1987, 1992-2011  Free Software Foundation, Inc.
+;; Copyright (C) 1985, 1987, 1992-2012  Free Software Foundation, Inc.
 
 ;; Authors:    2002- Alan Mackenzie
 ;;             1998- Martin Stjernholm
@@ -349,6 +349,7 @@ Its value is one of:
  go-outward  -- Nested functions are also recognized.  Should a function
                 command hit the beginning/end of a nested scope, it will
                 carry on at the less nested level."
+  :version "24.1"
   :type '(radio
          (const :tag "Functions are at the top-level" t)
          (const :tag "Functions are also recognized inside declaration scopes" go-outward))