comparison lisp/complete.el @ 22570:6cfe82c80677

(PC-first-char): Use `other' widget type.
author Andreas Schwab <schwab@suse.de>
date Wed, 24 Jun 1998 08:50:59 +0000
parents a77d473867b8
children 9ffaa505edc7
comparison
equal deleted inserted replaced
22569:b5923f76f35b 22570:6cfe82c80677
126 word delimiter, so that \".e\" matches \".e*\". 126 word delimiter, so that \".e\" matches \".e*\".
127 If non-nil and non-t, the first character is taken literally only for file name 127 If non-nil and non-t, the first character is taken literally only for file name
128 completion." 128 completion."
129 :type '(choice (const :tag "delimiter" nil) 129 :type '(choice (const :tag "delimiter" nil)
130 (const :tag "literal" t) 130 (const :tag "literal" t)
131 (sexp :tag "find-file" :format "%t\n" find-file)) 131 (other :tag "find-file" find-file))
132 :group 'partial-completion) 132 :group 'partial-completion)
133 133
134 (defcustom PC-meta-flag t 134 (defcustom PC-meta-flag t
135 "*If non-nil, TAB means PC completion and M-TAB means normal completion. 135 "*If non-nil, TAB means PC completion and M-TAB means normal completion.
136 Otherwise, TAB means normal completion and M-TAB means Partial Completion." 136 Otherwise, TAB means normal completion and M-TAB means Partial Completion."