diff lisp/icomplete.el @ 100439:5de002dfa264

* face-remap.el (text-scale-mode-step, buffer-face-mode-face): * icomplete.el (icomplete-prospects-height): * textmodes/bibtex.el (bibtex-cite-matcher-alist): Add :version tags.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 15 Dec 2008 16:45:55 +0000
parents 27c911ed0a73
children a9dc0e7c3f2b
line wrap: on
line diff
--- a/lisp/icomplete.el	Mon Dec 15 15:44:13 2008 +0000
+++ b/lisp/icomplete.el	Mon Dec 15 16:45:55 2008 +0000
@@ -78,7 +78,8 @@
   (+ 1 (/ (+ icomplete-prospects-length 20) (window-width)))
   "Maximum number of lines to use in the minibuffer."
   :type 'integer
-  :group 'icomplete)
+  :group 'icomplete
+  :version "23.1")
 
 (defcustom icomplete-compute-delay .3
   "Completions-computation stall, used only with large-number completions.