aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2013-07-11 09:07:00 -0700
committerGlenn Morris2013-07-11 09:07:00 -0700
commit17bd3d0493fa7d0ecfa60a646141abebfc8290eb (patch)
tree083e8e8bf4104a3a9b6f332ac77adff438d444a0
parentd2e1542aa91472925f13880b35d23ec5b5bbf9dd (diff)
downloademacs-17bd3d0493fa7d0ecfa60a646141abebfc8290eb.tar.gz
emacs-17bd3d0493fa7d0ecfa60a646141abebfc8290eb.zip
Adding :safe property to a defcustom does not merit a :version bump
-rw-r--r--lisp/files.el3
1 files changed, 1 insertions, 2 deletions
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'."
322 (const :tag "When visiting or saving" visit-save) 322 (const :tag "When visiting or saving" visit-save)
323 (const :tag "Don't add newlines" nil) 323 (const :tag "Don't add newlines" nil)
324 (other :tag "Ask each time" ask)) 324 (other :tag "Ask each time" ask))
325 :group 'editing-basics 325 :group 'editing-basics)
326 :version "24.4")
327 326
328(defcustom mode-require-final-newline t 327(defcustom mode-require-final-newline t
329 "Whether to add a newline at end of file, in certain major modes. 328 "Whether to add a newline at end of file, in certain major modes.