changeset 51588:fc00b549e161

(debug): Fix call to message.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 16 Jun 2003 18:54:23 +0000
parents d7e174e9d6eb
children b521a93dd16b
files lisp/emacs-lisp/debug.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/debug.el	Mon Jun 16 17:24:45 2003 +0000
+++ b/lisp/emacs-lisp/debug.el	Mon Jun 16 18:54:23 2003 +0000
@@ -1,6 +1,6 @@
 ;;; debug.el --- debuggers and related commands for Emacs
 
-;; Copyright (C) 1985, 1986, 1994, 2001 Free Software Foundation, Inc.
+;; Copyright (C) 1985, 1986, 1994, 2001, 2003  Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
 ;; Keywords: lisp, tools, maint
@@ -178,7 +178,7 @@
 		      (delete-region middlestart (point)))
 		    (insert "...\n"))
 		  (goto-char (point-min))
-		  (message (buffer-string))
+		  (message "%s" (buffer-string))
 		  (kill-emacs))
 		(if (eq (car debugger-args) 'debug)
 		    ;; Skip the frames for backtrace-debug, byte-code, and debug.