]> git.eshelyaron.com Git - emacs.git/commitdiff
(enriched-next-annotation): Delete format call inside message.
authorKarl Heuer <kwzh@gnu.org>
Thu, 25 Jan 1996 01:02:43 +0000 (01:02 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 25 Jan 1996 01:02:43 +0000 (01:02 +0000)
lisp/enriched.el

index 2f2a3b57b8a0666cffdb9cc67b8f54dc9136ada1..0cb96a1dcd550910c3819af13a4507afd059bae3 100644 (file)
@@ -429,8 +429,8 @@ Return value is \(begin end name positive-p), or nil if none was found."
        (delete-char 1)
       ;; A single < that does not start an annotation is an error,
       ;; which we note and then ignore.
-      (message (format "Warning: malformed annotation in file at %s" 
-                      (1- (point))))))
+      (message "Warning: malformed annotation in file at %s" 
+              (1- (point)))))
   (if (not (eobp))
       (let* ((beg (match-beginning 0))
             (end (match-end 0))