diff options
| author | Karl Heuer | 1996-01-25 00:55:13 +0000 |
|---|---|---|
| committer | Karl Heuer | 1996-01-25 00:55:13 +0000 |
| commit | 40ba5f3f7a4d10cbfd068536f49d5497f3ed37c3 (patch) | |
| tree | 13ef6104cba71671c81b184b94fee633e4df63fc | |
| parent | 8ab3e50b3414e98273626dce9e19f7b5db470613 (diff) | |
| download | emacs-40ba5f3f7a4d10cbfd068536f49d5497f3ed37c3.tar.gz emacs-40ba5f3f7a4d10cbfd068536f49d5497f3ed37c3.zip | |
(lm-report-bug): Pass proper format string to message.
| -rw-r--r-- | lisp/emacs-lisp/lisp-mnt.el | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ | |||
| 5 | ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> | 5 | ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> |
| 6 | ;; Maintainer: Eric S. Raymond <esr@snark.thyrsus.com> | 6 | ;; Maintainer: Eric S. Raymond <esr@snark.thyrsus.com> |
| 7 | ;; Created: 14 Jul 1992 | 7 | ;; Created: 14 Jul 1992 |
| 8 | ;; Version: $Id: lisp-mnt.el,v 1.11 1995/06/15 20:42:24 kwzh Exp erik $ | 8 | ;; Version: $Id: lisp-mnt.el,v 1.12 1996/01/14 07:34:30 erik Exp kwzh $ |
| 9 | ;; Keywords: docs | 9 | ;; Keywords: docs |
| 10 | ;; X-Bogus-Bureaucratic-Cruft: Gruad will get you if you don't watch out! | 10 | ;; X-Bogus-Bureaucratic-Cruft: Gruad will get you if you don't watch out! |
| 11 | 11 | ||
| @@ -432,7 +432,7 @@ Prompts for bug subject. Leaves you in a mail buffer." | |||
| 432 | package | 432 | package |
| 433 | (if version (concat " version " version) "") | 433 | (if version (concat " version " version) "") |
| 434 | "\n\n") | 434 | "\n\n") |
| 435 | (message | 435 | (message "%s" |
| 436 | (substitute-command-keys "Type \\[mail-send] to send bug report.")))) | 436 | (substitute-command-keys "Type \\[mail-send] to send bug report.")))) |
| 437 | 437 | ||
| 438 | (provide 'lisp-mnt) | 438 | (provide 'lisp-mnt) |