]> git.eshelyaron.com Git - emacs.git/commitdiff
Adding :safe property to a defcustom does not merit a :version bump
authorGlenn Morris <rgm@gnu.org>
Thu, 11 Jul 2013 16:07:00 +0000 (09:07 -0700)
committerGlenn Morris <rgm@gnu.org>
Thu, 11 Jul 2013 16:07:00 +0000 (09:07 -0700)
lisp/files.el

index 26f229ec981f2315dadfe5e774e861bb9080bf17..ff4ccec2279785731b659b94b6869509dc63112b 100644 (file)
@@ -322,8 +322,7 @@ from `mode-require-final-newline'."
                 (const :tag "When visiting or saving" visit-save)
                 (const :tag "Don't add newlines" nil)
                 (other :tag "Ask each time" ask))
-  :group 'editing-basics
-  :version "24.4")
+  :group 'editing-basics)
 
 (defcustom mode-require-final-newline t
   "Whether to add a newline at end of file, in certain major modes.