# HG changeset patch # User Andreas Schwab # Date 898678259 0 # Node ID 6cfe82c806772056a15fa79f8865c6aea7bf9282 # Parent b5923f76f35b3db82a9977e56166aa9477599c64 (PC-first-char): Use `other' widget type. diff -r b5923f76f35b -r 6cfe82c80677 lisp/complete.el --- a/lisp/complete.el Wed Jun 24 08:50:14 1998 +0000 +++ b/lisp/complete.el Wed Jun 24 08:50:59 1998 +0000 @@ -128,7 +128,7 @@ 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