# HG changeset patch # User youngs # Date 1034048173 0 # Node ID 4bc5bb3ea5ad8e9677add4e033bc8c58a4c41f00 # Parent 3a01f3148bff07ee55d18f5f101940a2c36846ee [xemacs-hg @ 2002-10-08 03:36:09 by youngs] 2002-09-03 John Paul Wallington * help.el (view-lossage): Change interactive spec to "P". diff -r 3a01f3148bff -r 4bc5bb3ea5ad lisp/ChangeLog --- 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 + + * help.el (view-lossage): Change interactive spec to "P". + 2002-09-03 John Paul Wallington * subr.el (with-output-to-string): Synch with GNU Emacs 21; diff -r 3a01f3148bff -r 4bc5bb3ea5ad lisp/help.el --- 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