comparison lisp/minibuf.el @ 367:a4f53d9b3154 r21-1-13

Import from CVS: tag r21-1-13
author cvs
date Mon, 13 Aug 2007 11:01:07 +0200
parents 8e84bee8ddd0
children cc15677e0335
comparison
equal deleted inserted replaced
366:83d76f480a59 367:a4f53d9b3154
39 ;; (following|preceding)-char. -slb 39 ;; (following|preceding)-char. -slb
40 40
41 ;;; Code: 41 ;;; Code:
42 42
43 (defgroup minibuffer nil 43 (defgroup minibuffer nil
44 "Controling the behaviour of the minibuffer." 44 "Controling the behavior of the minibuffer."
45 :group 'environment) 45 :group 'environment)
46 46
47 47
48 (defcustom insert-default-directory t 48 (defcustom insert-default-directory t
49 "*Non-nil means when reading a filename start with default dir in minibuffer." 49 "*Non-nil means when reading a filename start with default dir in minibuffer."
50 :type 'boolean 50 :type 'boolean
51 :group 'minibuffer) 51 :group 'minibuffer)
52 52
53 (defcustom minibuffer-history-uniquify t 53 (defcustom minibuffer-history-uniquify t
54 "*Non-nil means when adding an item to a minibuffer history, remove 54 "*Non-nil means when adding an item to a minibuffer history, remove
55 previous occurances of the same item from the history list first, 55 previous occurrences of the same item from the history list first,
56 rather than just consing the new element onto the front of the list." 56 rather than just consing the new element onto the front of the list."
57 :type 'boolean 57 :type 'boolean
58 :group 'minibuffer) 58 :group 'minibuffer)
59 59
60 (defvar minibuffer-completion-table nil 60 (defvar minibuffer-completion-table nil