]> git.eshelyaron.com Git - emacs.git/commitdiff
Defcustom :version fixes
authorGlenn Morris <rgm@gnu.org>
Fri, 30 Nov 2012 17:09:55 +0000 (09:09 -0800)
committerGlenn Morris <rgm@gnu.org>
Fri, 30 Nov 2012 17:09:55 +0000 (09:09 -0800)
* lisp/icomplete.el (icomplete-separator): Fix :version.

* lisp/erc/erc.el (erc-accidental-paste-threshold-seconds): Add :version.

lisp/ChangeLog
lisp/erc/ChangeLog
lisp/erc/erc.el
lisp/icomplete.el

index 7f908129afa14b9675c9f302ae05f25f49741118..69492f0368203c9106d1cbab2bf9081c05dc3608 100644 (file)
@@ -1,3 +1,7 @@
+2012-11-30  Glenn Morris  <rgm@gnu.org>
+
+       * icomplete.el (icomplete-separator): Fix :version.
+
 2012-11-30  Chong Yidong  <cyd@gnu.org>
 
        * shell.el (shell): For C-u M-x shell, use an inactive shell
index eeb31f99037dcf4567410959898622e93f4f8128..847b995997c6a55a49f46148516226c4b03d9e63 100644 (file)
@@ -1,3 +1,7 @@
+2012-11-30  Glenn Morris  <rgm@gnu.org>
+
+       * erc.el (erc-accidental-paste-threshold-seconds): Add :version.
+
 2012-11-30  Eric Hanchrow  <eric.hanchrow@gmail.com>
 
        * erc.el (erc-last-input-time): New variable.
index e03a0c5dc4372ad06344ed31b676c5aec35abdd7..bead7759e137821e67c3e088a463939e1ddfbfa8 100644 (file)
@@ -5230,6 +5230,7 @@ IRC server.
 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 ()
index 768692281f8bfd6cd6f12e4df63dacda0691e84d..08d8c28816f88a1e732ccdd26310c414b7cc3093 100644 (file)
@@ -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