diff lisp/mail/supercite.el @ 38436:b174db545cfd

Some fixes to follow coding conventions.
author Pavel Janík <Pavel@Janik.cz>
date Mon, 16 Jul 2001 12:23:00 +0000
parents 29b4f46816c9
children c2c136a07481
line wrap: on
line diff
--- a/lisp/mail/supercite.el	Mon Jul 16 12:22:17 2001 +0000
+++ b/lisp/mail/supercite.el	Mon Jul 16 12:23:00 2001 +0000
@@ -32,7 +32,9 @@
 ;; |Mail and news reply citation package
 ;; |1993/09/22 18:58:46|3.1|
 
-;; Code:
+;;; Commentary:
+
+;;; Code:
 
 
 (require 'regi)
@@ -2096,7 +2098,7 @@
 	    (looking-at "^[ \t]*$")
 	    (consp arg))
 	(insert (sc-mail-field "sc-citation"))
-      (error "Line is already cited."))))
+      (error "Line is already cited"))))
 
 (defun sc-version (arg)
   "Echo the current version of Supercite in the minibuffer.