]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/cc-vars.el
Use `completion-table-dynamic' for completion functions.
[gnu-emacs] / lisp / progmodes / cc-vars.el
index 8efe3f27002ae90d51c066383f709c56878b524b..5201e4a26ed6ef25fae90981269a4b771465bf16 100644 (file)
@@ -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))