changeset 1038:4bc5bb3ea5ad

[xemacs-hg @ 2002-10-08 03:36:09 by youngs] 2002-09-03 John Paul Wallington <jpw@shootybangbang.com> * help.el (view-lossage): Change interactive spec to "P".
author youngs
date Tue, 08 Oct 2002 03:36:13 +0000
parents 3a01f3148bff
children a97af4f94589
files lisp/ChangeLog lisp/help.el
diffstat 2 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Oct 08 03:24:22 2002 +0000
+++ b/lisp/ChangeLog	Tue Oct 08 03:36:13 2002 +0000
@@ -1,3 +1,7 @@
+2002-09-03  John Paul Wallington  <jpw@shootybangbang.com>
+
+	* help.el (view-lossage): Change interactive spec to "P".
+
 2002-09-03  John Paul Wallington  <jpw@shootybangbang.com>
 
 	* subr.el (with-output-to-string): Synch with GNU Emacs 21;
--- a/lisp/help.el	Tue Oct 08 03:24:22 2002 +0000
+++ b/lisp/help.el	Tue Oct 08 03:36:13 2002 +0000
@@ -882,8 +882,11 @@
 (defun view-lossage (&optional no-keys)
   "Display recent input keystrokes and recent minibuffer messages.
 The number of keys shown is controlled by `view-lossage-key-count'.
-The number of messages shown is controlled by `view-lossage-message-count'."
-  (interactive)
+The number of messages shown is controlled by `view-lossage-message-count'.
+
+If optional arg NO-KEYS (prefix arg, interactively) is non-nil,
+then recent input keystrokes output is omitted."
+  (interactive "P")
   (with-displaying-help-buffer
    (lambda ()
      (unless no-keys