From 23161c61c453be29c00958433cbcefeefbf8e40e Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 25 Jan 1996 00:57:23 +0000 Subject: [PATCH] (simula-electric-keyword): Pass proper format string to message. --- lisp/progmodes/simula.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lisp/progmodes/simula.el b/lisp/progmodes/simula.el index 6a3319a5bab..45cb24b331d 100644 --- a/lisp/progmodes/simula.el +++ b/lisp/progmodes/simula.el @@ -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))) -- 2.39.2