Adding :safe property to a defcustom does not merit a :version bump

This commit is contained in:
Glenn Morris 2013-07-11 09:07:00 -07:00
parent d2e1542aa9
commit 17bd3d0493

View 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.