From fb3bf6ced41eea1431954e97137f52850a3b395c Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 30 Nov 2012 09:09:55 -0800 Subject: [PATCH] Defcustom :version fixes * lisp/icomplete.el (icomplete-separator): Fix :version. * lisp/erc/erc.el (erc-accidental-paste-threshold-seconds): Add :version. --- lisp/ChangeLog | 4 ++++ lisp/erc/ChangeLog | 4 ++++ lisp/erc/erc.el | 1 + lisp/icomplete.el | 2 +- 4 files changed, 10 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7f908129afa..69492f03682 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2012-11-30 Glenn Morris + + * icomplete.el (icomplete-separator): Fix :version. + 2012-11-30 Chong Yidong * shell.el (shell): For C-u M-x shell, use an inactive shell diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog index eeb31f99037..847b995997c 100644 --- a/lisp/erc/ChangeLog +++ b/lisp/erc/ChangeLog @@ -1,3 +1,7 @@ +2012-11-30 Glenn Morris + + * erc.el (erc-accidental-paste-threshold-seconds): Add :version. + 2012-11-30 Eric Hanchrow * erc.el (erc-last-input-time): New variable. diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el index e03a0c5dc43..bead7759e13 100644 --- a/lisp/erc/erc.el +++ b/lisp/erc/erc.el @@ -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 () diff --git a/lisp/icomplete.el b/lisp/icomplete.el index 768692281f8..08d8c28816f 100644 --- a/lisp/icomplete.el +++ b/lisp/icomplete.el @@ -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 -- 2.39.5