(simula-electric-keyword): Pass proper format string to message.
This commit is contained in:
parent
6048fac7bf
commit
23161c61c4
1 changed files with 2 additions and 3 deletions
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue