diff lisp/arc-mode.el @ 38409:153f1b1f2efd

Emacs lisp coding convention fixes.
author Pavel Janík <Pavel@Janik.cz>
date Sat, 14 Jul 2001 11:21:08 +0000
parents 4dc11485950d
children f952f4f3d625
line wrap: on
line diff
--- a/lisp/arc-mode.el	Fri Jul 13 18:34:08 2001 +0000
+++ b/lisp/arc-mode.el	Sat Jul 14 11:21:08 2001 +0000
@@ -692,7 +692,7 @@
 		(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 @@
 
 (provide 'arc-mode)
 
-;; arc-mode.el ends here.
+;;; arc-mode.el ends here