# HG changeset patch # User Karl Heuer # Date 822531313 0 # Node ID c38a91e549b146b90f6c0c6d04fffde13e373d6a # Parent e39a2eb75dbe51ded4a4086622c890579984ae18 (lm-report-bug): Pass proper format string to message. diff -r e39a2eb75dbe -r c38a91e549b1 lisp/emacs-lisp/lisp-mnt.el --- a/lisp/emacs-lisp/lisp-mnt.el Thu Jan 25 00:54:59 1996 +0000 +++ b/lisp/emacs-lisp/lisp-mnt.el Thu Jan 25 00:55:13 1996 +0000 @@ -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 @@ package (if version (concat " version " version) "") "\n\n") - (message + (message "%s" (substitute-command-keys "Type \\[mail-send] to send bug report.")))) (provide 'lisp-mnt)