(simula-electric-keyword): Pass proper format string to message.

This commit is contained in:
Karl Heuer 1996-01-25 00:57:23 +00:00
parent 6048fac7bf
commit 23161c61c4

View file

@ -987,11 +987,10 @@ If COUNT is negative, move backward instead."
(simula-backward-up-level 1)
(if (pos-visible-in-window-p)
(sit-for 1)
(message
(concat "Matches "
(message "Matches %s"
(buffer-substring
(point)
(+ (point) (window-width))))))))
(+ (point) (window-width)))))))
(skip-chars-backward " \t\f")
(bolp)))
(let ((indent (simula-calculate-indent)))