Mercurial > emacs
changeset 55695:b25f4dadde90
(defun-cvs-mode): Fix capitalization of error message.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 19 May 2004 18:55:51 +0000 |
parents | 62803bbfc576 |
children | ed6e91c53c82 |
files | lisp/pcvs.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/pcvs.el Wed May 19 18:53:13 2004 +0000 +++ b/lisp/pcvs.el Wed May 19 18:55:51 2004 +0000 @@ -764,7 +764,7 @@ (interactive) (cvs-mode! ',fun-1))))) - (t (error "unknown style %s in `defun-cvs-mode'" style))))) + (t (error "Unknown style %s in `defun-cvs-mode'" style))))) (defun-cvs-mode cvs-mode-kill-process () "Kill the temporary buffer and associated process."