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
51d001f7
Commit
51d001f7
authored
Nov 03, 2000
by
Dave Love
Browse files
Capital in last change.
parent
97342eb1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/comint.el
lisp/comint.el
+1
-1
No files found.
lisp/ChangeLog
View file @
51d001f7
2000-11-03 Dave Love <fx@gnu.org>
* comint.el (comint-completion-addsuffix): Fix custom type.
2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
* font-lock.el (font-lock-buffers): Remove.
* font-lock.el (font-lock-buffers): Remove.
...
...
lisp/comint.el
View file @
51d001f7
...
@@ -2335,7 +2335,7 @@ If a cons pair, it should be of the form (DIRSUFFIX . FILESUFFIX) where
...
@@ -2335,7 +2335,7 @@ 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 '(choice (const :tag "None" nil)
:type '(choice (const :tag "None" nil)
(const :tag "
a
dd /" t)
(const :tag "
A
dd /" t)
(cons :tag "Suffix pair"
(cons :tag "Suffix pair"
(string :tag "Directory suffix")
(string :tag "Directory suffix")
(string :tag "File suffix")))
(string :tag "File suffix")))
...
...
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