1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-27 19:31:38 +00:00

Capital in last change.

This commit is contained in:
Dave Love 2000-11-03 11:39:15 +00:00
parent 97342eb1d4
commit 51d001f7e3
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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>
* font-lock.el (font-lock-buffers): Remove.

View File

@ -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.
This mirrors the optional behavior of tcsh."
:type '(choice (const :tag "None" nil)
(const :tag "add /" t)
(const :tag "Add /" t)
(cons :tag "Suffix pair"
(string :tag "Directory suffix")
(string :tag "File suffix")))