1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

(PC-first-char): Use `other' widget type.

This commit is contained in:
Andreas Schwab 1998-06-24 08:50:59 +00:00
parent 0560c209ff
commit 45200424de

View File

@ -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