emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r111041: Defcustom :version fixes


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111041: Defcustom :version fixes
Date: Fri, 30 Nov 2012 09:09:55 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111041
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2012-11-30 09:09:55 -0800
message:
  Defcustom :version fixes
  
  * lisp/icomplete.el (icomplete-separator): Fix :version.
  
  * lisp/erc/erc.el (erc-accidental-paste-threshold-seconds): Add :version.
modified:
  lisp/ChangeLog
  lisp/erc/ChangeLog
  lisp/erc/erc.el
  lisp/icomplete.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-11-30 08:24:53 +0000
+++ b/lisp/ChangeLog    2012-11-30 17:09:55 +0000
@@ -1,3 +1,7 @@
+2012-11-30  Glenn Morris  <address@hidden>
+
+       * icomplete.el (icomplete-separator): Fix :version.
+
 2012-11-30  Chong Yidong  <address@hidden>
 
        * shell.el (shell): For C-u M-x shell, use an inactive shell

=== modified file 'lisp/erc/ChangeLog'
--- a/lisp/erc/ChangeLog        2012-11-30 04:18:22 +0000
+++ b/lisp/erc/ChangeLog        2012-11-30 17:09:55 +0000
@@ -1,3 +1,7 @@
+2012-11-30  Glenn Morris  <address@hidden>
+
+       * erc.el (erc-accidental-paste-threshold-seconds): Add :version.
+
 2012-11-30  Eric Hanchrow  <address@hidden>
 
        * erc.el (erc-last-input-time): New variable.

=== modified file 'lisp/erc/erc.el'
--- a/lisp/erc/erc.el   2012-11-30 04:18:22 +0000
+++ b/lisp/erc/erc.el   2012-11-30 17:09:55 +0000
@@ -5230,6 +5230,7 @@
 If the value is nil, `erc-send-current-line' always considers any
 submitted line to be intentional."
   :group 'erc
+  :version "24.4"
   :type '(choice number (other :tag "disabled" nil)))
 
 (defun erc-send-current-line ()

=== modified file 'lisp/icomplete.el'
--- a/lisp/icomplete.el 2012-11-29 21:32:24 +0000
+++ b/lisp/icomplete.el 2012-11-30 17:09:55 +0000
@@ -74,7 +74,7 @@
 (defcustom icomplete-separator " | "
   "String used by icomplete to separate alternatives in the minibuffer."
   :type 'string
-  :version "24.3")
+  :version "24.4")
 
 ;;;_* User Customization variables
 (defcustom icomplete-prospects-height


reply via email to

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