From 0fa89f68b12f6ec79fff8ff322993b0fe2796821 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Jan=C3=ADk?= Date: Mon, 16 Jul 2001 07:46:48 +0000 Subject: Some fixes to follow coding conventions. --- lisp/pcvs-util.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lisp/pcvs-util.el') 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 ;; 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 -- cgit v1.2.1