diff options
author | Glenn Morris <rgm@gnu.org> | 2012-11-30 09:09:55 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-11-30 09:09:55 -0800 |
commit | fb3bf6ced41eea1431954e97137f52850a3b395c (patch) | |
tree | 5db173d53527941cf0d8a99bb183039442b06dbf /lisp/icomplete.el | |
parent | f43ce1c19768f995566cc8e44512633fead20e1d (diff) | |
download | emacs-fb3bf6ced41eea1431954e97137f52850a3b395c.tar.gz |
Defcustom :version fixes
* lisp/icomplete.el (icomplete-separator): Fix :version.
* lisp/erc/erc.el (erc-accidental-paste-threshold-seconds): Add :version.
Diffstat (limited to 'lisp/icomplete.el')
-rw-r--r-- | lisp/icomplete.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |