summaryrefslogtreecommitdiff
path: root/lisp/pcvs-util.el
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2001-07-16 07:46:48 +0000
committerPavel Janík <Pavel@Janik.cz>2001-07-16 07:46:48 +0000
commit0fa89f68b12f6ec79fff8ff322993b0fe2796821 (patch)
tree4b9e4897b076fd6853578f6404afdff2b6f552fc /lisp/pcvs-util.el
parent7b273d79f628d9893fbf730feaeb575d1987f369 (diff)
downloademacs-0fa89f68b12f6ec79fff8ff322993b0fe2796821.tar.gz
Some fixes to follow coding conventions.
Diffstat (limited to 'lisp/pcvs-util.el')
-rw-r--r--lisp/pcvs-util.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/pcvs-util.el b/lisp/pcvs-util.el
index d0f14a0a174..9b7d2c8cb71 100644
--- a/lisp/pcvs-util.el
+++ b/lisp/pcvs-util.el
@@ -1,11 +1,11 @@
-;;; pcvs-util.el --- Utility functions for PCL-CVS -*- byte-compile-dynamic: t -*-
+;;; pcvs-util.el --- utility functions for PCL-CVS -*- byte-compile-dynamic: t -*-
;; Copyright (C) 1991,92,93,94,95,96,97,98,99,2000, 2001
;; Free Software Foundation, Inc.
;; Author: Stefan Monnier <monnier@cs.yale.edu>
;; Keywords: pcl-cvs
-;; Revision: $Id: pcvs-util.el,v 1.11 2001/03/20 20:26:13 johnw Exp $
+;; Revision: $Id: pcvs-util.el,v 1.12 2001/04/13 14:56:10 monnier Exp $
;; This file is part of GNU Emacs.
@@ -321,7 +321,7 @@ If it is \\[universal-argument] \\[universal-argument], behave just
;; sanity check
(unless (< (abs numarg) (length defaults))
- (error "There is no %sth default." (abs numarg)))
+ (error "There is no %sth default" (abs numarg)))
(if permstr
(let* ((prompt (format "%s%s: " desc permstr))
@@ -411,4 +411,4 @@ and reset it unless READ-ONLY is non-nil."
(provide 'pcvs-util)
-;;; pcl-cvs-util.el ends here
+;;; pcvs-util.el ends here