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:
parent
0560c209ff
commit
45200424de
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user