emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r107880: New defcustoms should get :v


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107880: New defcustoms should get :version tags
Date: Thu, 12 Apr 2012 09:33:13 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107880
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2012-04-12 09:33:13 -0700
message:
  New defcustoms should get :version tags
modified:
  lisp/hexl.el
=== modified file 'lisp/hexl.el'
--- a/lisp/hexl.el      2012-04-12 15:58:53 +0000
+++ b/lisp/hexl.el      2012-04-12 16:33:13 +0000
@@ -57,7 +57,8 @@
                  (const 16)
                  (const 32)
                  (const 64))
-  :group 'hexl)
+  :group 'hexl
+  :version "24.2")
 
 (defcustom hexl-program "hexl"
   "The program that will hexlify and dehexlify its stdin.


reply via email to

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