From: Glenn Morris Date: Thu, 11 Jul 2013 16:07:00 +0000 (-0700) Subject: Adding :safe property to a defcustom does not merit a :version bump X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1838 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=17bd3d0493fa7d0ecfa60a646141abebfc8290eb;p=emacs.git Adding :safe property to a defcustom does not merit a :version bump --- diff --git a/lisp/files.el b/lisp/files.el index 26f229ec981..ff4ccec2279 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -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.