From 1cd7adc68ae35528a20418b76f13f2b84db827dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Jan=C3=ADk?= Date: Sat, 14 Jul 2001 11:21:08 +0000 Subject: Emacs lisp coding convention fixes. --- lisp/arc-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/arc-mode.el') diff --git a/lisp/arc-mode.el b/lisp/arc-mode.el index e814d4d40c3..3a0c2321232 100644 --- a/lisp/arc-mode.el +++ b/lisp/arc-mode.el @@ -692,7 +692,7 @@ archive. (string-match "\\.[aA][rR][cC]$" (or buffer-file-name (buffer-name)))) 'arc) - (t (error "Buffer format not recognized."))))) + (t (error "Buffer format not recognized"))))) ;; ------------------------------------------------------------------------- (defun archive-summarize (&optional shut-up) "Parse the contents of the archive file in the current buffer. @@ -1744,4 +1744,4 @@ This doesn't recover lost files, it just undoes changes in the buffer itself." (provide 'arc-mode) -;; arc-mode.el ends here. +;;; arc-mode.el ends here -- cgit v1.2.1