1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-24 19:03:29 +00:00

Defcustom :version fixes

* lisp/icomplete.el (icomplete-separator): Fix :version.

* lisp/erc/erc.el (erc-accidental-paste-threshold-seconds): Add :version.
This commit is contained in:
Glenn Morris 2012-11-30 09:09:55 -08:00
parent f43ce1c197
commit fb3bf6ced4
4 changed files with 10 additions and 1 deletions

View 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

View 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.

View 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 ()

View 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