diff options
author | Andreas Schwab <schwab@suse.de> | 1998-06-24 08:50:59 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 1998-06-24 08:50:59 +0000 |
commit | 45200424de0fc063b8e4e5b80cf68ea2483be395 (patch) | |
tree | 0c375a44752c3f06aebef7660d34895504ff57ec /lisp/complete.el | |
parent | 0560c209ff1717f61c046f6580169b62ac63bc20 (diff) | |
download | emacs-45200424de0fc063b8e4e5b80cf68ea2483be395.tar.gz |
(PC-first-char): Use `other' widget type.
Diffstat (limited to 'lisp/complete.el')
-rw-r--r-- | lisp/complete.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/complete.el b/lisp/complete.el index a578f22cc54..4aaffa76b0c 100644 --- a/lisp/complete.el +++ b/lisp/complete.el @@ -128,7 +128,7 @@ If non-nil and non-t, the first character is taken literally only for file name completion." :type '(choice (const :tag "delimiter" nil) (const :tag "literal" t) - (sexp :tag "find-file" :format "%t\n" find-file)) + (other :tag "find-file" find-file)) :group 'partial-completion) (defcustom PC-meta-flag t |