emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r113375: Adding :safe property to a defcustom does n


From: Glenn Morris
Subject: [Emacs-diffs] trunk r113375: Adding :safe property to a defcustom does not merit a :version bump
Date: Thu, 11 Jul 2013 16:07:30 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113375
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2013-07-11 09:07:00 -0700
message:
  Adding :safe property to a defcustom does not merit a :version bump
modified:
  lisp/files.el                  files.el-20091113204419-o5vbwnq5f7feedwu-265
=== modified file 'lisp/files.el'
--- a/lisp/files.el     2013-07-10 06:26:23 +0000
+++ b/lisp/files.el     2013-07-11 16:07:00 +0000
@@ -322,8 +322,7 @@
                 (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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]