From: Karl Heuer Date: Thu, 25 Jan 1996 00:55:13 +0000 (+0000) Subject: (lm-report-bug): Pass proper format string to message. X-Git-Tag: emacs-19.34~1540 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=40ba5f3f7a4d10cbfd068536f49d5497f3ed37c3;p=emacs.git (lm-report-bug): Pass proper format string to message. --- diff --git a/lisp/emacs-lisp/lisp-mnt.el b/lisp/emacs-lisp/lisp-mnt.el index 0c5cd68fe02..5bc159f4c8d 100644 --- a/lisp/emacs-lisp/lisp-mnt.el +++ b/lisp/emacs-lisp/lisp-mnt.el @@ -5,7 +5,7 @@ ;; Author: Eric S. Raymond ;; Maintainer: Eric S. Raymond ;; Created: 14 Jul 1992 -;; Version: $Id: lisp-mnt.el,v 1.11 1995/06/15 20:42:24 kwzh Exp erik $ +;; Version: $Id: lisp-mnt.el,v 1.12 1996/01/14 07:34:30 erik Exp kwzh $ ;; Keywords: docs ;; X-Bogus-Bureaucratic-Cruft: Gruad will get you if you don't watch out! @@ -432,7 +432,7 @@ Prompts for bug subject. Leaves you in a mail buffer." package (if version (concat " version " version) "") "\n\n") - (message + (message "%s" (substitute-command-keys "Type \\[mail-send] to send bug report.")))) (provide 'lisp-mnt)