Mercurial > emacs
changeset 14330:35a18ea09b7b
(simula-electric-keyword): Pass proper format string to message.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 25 Jan 1996 00:57:23 +0000 |
parents | 8871d870be84 |
children | b5434941b9b1 |
files | lisp/progmodes/simula.el |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/simula.el Thu Jan 25 00:57:10 1996 +0000 +++ b/lisp/progmodes/simula.el Thu Jan 25 00:57:23 1996 +0000 @@ -987,11 +987,10 @@ (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)))