Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
97342eb1
Commit
97342eb1
authored
Nov 03, 2000
by
Dave Love
Browse files
(comint-completion-addsuffix): Fix custom type.
parent
34befa9a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
lisp/comint.el
lisp/comint.el
+5
-1
No files found.
lisp/comint.el
View file @
97342eb1
...
@@ -2334,7 +2334,11 @@ This mirrors the optional behavior of tcsh."
...
@@ -2334,7 +2334,11 @@ This mirrors the optional behavior of tcsh."
If a cons pair, it should be of the form (DIRSUFFIX . FILESUFFIX) where
If a cons pair, it should be of the form (DIRSUFFIX . FILESUFFIX) where
DIRSUFFIX and FILESUFFIX are strings added on unambiguous or exact completion.
DIRSUFFIX and FILESUFFIX are strings added on unambiguous or exact completion.
This mirrors the optional behavior of tcsh."
This mirrors the optional behavior of tcsh."
:type 'boolean
:type '(choice (const :tag "None" nil)
(const :tag "add /" t)
(cons :tag "Suffix pair"
(string :tag "Directory suffix")
(string :tag "File suffix")))
:group 'comint-completion)
:group 'comint-completion)
(defcustom comint-completion-recexact nil
(defcustom comint-completion-recexact nil
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment