Mercurial > hg > xemacs-beta
comparison lisp/minibuf.el @ 280:7df0dd720c89 r21-0b38
Import from CVS: tag r21-0b38
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:32:22 +0200 |
parents | c5d627a313b1 |
children | 558f606b08ae |
comparison
equal
deleted
inserted
replaced
279:c20b2fb5bb0a | 280:7df0dd720c89 |
---|---|
317 ;; Added by hniksic: | 317 ;; Added by hniksic: |
318 (defvar initial-minibuffer-history-position) | 318 (defvar initial-minibuffer-history-position) |
319 (defvar current-minibuffer-contents) | 319 (defvar current-minibuffer-contents) |
320 (defvar current-minibuffer-point) | 320 (defvar current-minibuffer-point) |
321 | 321 |
322 (defcustom minibuffer-history-minimum-string-length 3 | 322 (defcustom minibuffer-history-minimum-string-length nil |
323 "*If this variable is non-nil, a string will not be added to the | 323 "*If this variable is non-nil, a string will not be added to the |
324 minibuffer history if its length is less than that value." | 324 minibuffer history if its length is less than that value." |
325 :type '(choice (const :tag "Any" nil) | 325 :type '(choice (const :tag "Any" nil) |
326 integer) | 326 integer) |
327 :group 'minibuffer) | 327 :group 'minibuffer) |