From 51d001f7e388f02b9e06a47557b946e0e57be7e1 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Fri, 3 Nov 2000 11:39:15 +0000 Subject: [PATCH] Capital in last change. --- lisp/ChangeLog | 4 ++++ lisp/comint.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 045122f2e41..63aafa458b3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2000-11-03 Dave Love + + * comint.el (comint-completion-addsuffix): Fix custom type. + 2000-11-02 Stefan Monnier * font-lock.el (font-lock-buffers): Remove. diff --git a/lisp/comint.el b/lisp/comint.el index f43387cac32..238f0601a79 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -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"))) -- 2.39.5