aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab1998-06-24 08:50:59 +0000
committerAndreas Schwab1998-06-24 08:50:59 +0000
commit45200424de0fc063b8e4e5b80cf68ea2483be395 (patch)
tree0c375a44752c3f06aebef7660d34895504ff57ec
parent0560c209ff1717f61c046f6580169b62ac63bc20 (diff)
downloademacs-45200424de0fc063b8e4e5b80cf68ea2483be395.tar.gz
emacs-45200424de0fc063b8e4e5b80cf68ea2483be395.zip
(PC-first-char): Use `other' widget type.
-rw-r--r--lisp/complete.el2
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
128completion." 128completion."
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