From 7d317bca4f71d17933746a03fac449ad4c8dec39 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 12 Jul 2002 17:45:45 +0000 Subject: [PATCH] (strokes-help): Call print-help-return-message while inside with-output-to-temp-buffer. --- lisp/strokes.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/strokes.el b/lisp/strokes.el index 3f5a5bb3a75..1aa04d74524 100644 --- a/lisp/strokes.el +++ b/lisp/strokes.el @@ -1006,8 +1006,8 @@ o Strokes are a bit computer-dependent in that they depend somewhat on silently--without displaying the strokes. All variables can be set by customizing the group `strokes' via \[customize-group].") (set-buffer standard-output) - (help-mode)) - (print-help-return-message)) + (help-mode) + (print-help-return-message))) (defalias 'strokes-report-bug 'report-emacs-bug) -- 2.39.5