mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
(enriched-next-annotation): Delete format call inside message.
This commit is contained in:
parent
bd0e5b36b9
commit
a59d908439
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user