Mercurial > emacs
changeset 14320:c38a91e549b1
(lm-report-bug): Pass proper format string to message.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 25 Jan 1996 00:55:13 +0000 |
parents | e39a2eb75dbe |
children | 24189cc67176 |
files | lisp/emacs-lisp/lisp-mnt.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <esr@snark.thyrsus.com> ;; Maintainer: Eric S. Raymond <esr@snark.thyrsus.com> ;; 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)