Mercurial > emacs
changeset 14340:bf1d862f3673
(enriched-next-annotation): Delete format call inside message.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 25 Jan 1996 01:02:43 +0000 |
parents | f2dfcd4d4b9b |
children | 2fcbb7422170 |
files | lisp/enriched.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/enriched.el Thu Jan 25 00:59:34 1996 +0000 +++ b/lisp/enriched.el Thu Jan 25 01:02:43 1996 +0000 @@ -429,8 +429,8 @@ (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))