changeset 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 b5923f76f35b
children 4aebb136294f
files lisp/complete.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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