summaryrefslogtreecommitdiff
path: root/lisp/arc-mode.el
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2001-07-14 11:21:08 +0000
committerPavel Janík <Pavel@Janik.cz>2001-07-14 11:21:08 +0000
commit56ffd2750aa61dc8464d6ee17604300cf4f2ed87 (patch)
tree473783bf86ded814f31a0552fecc2d5e26a270aa /lisp/arc-mode.el
parent536b5f0fdb624acf0d0523c69994a32f8fcc0ca6 (diff)
downloademacs-56ffd2750aa61dc8464d6ee17604300cf4f2ed87.tar.gz
Emacs lisp coding convention fixes.
Diffstat (limited to 'lisp/arc-mode.el')
-rw-r--r--lisp/arc-mode.el4
1 files changed, 2 insertions, 2 deletions
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