diff lisp/help.el @ 215:1f0dabaa0855 r20-4b6

Import from CVS: tag r20-4b6
author cvs
date Mon, 13 Aug 2007 10:07:35 +0200
parents 78478c60bfcd
children 262b8bb4a523
line wrap: on
line diff
--- a/lisp/help.el	Mon Aug 13 10:06:48 2007 +0200
+++ b/lisp/help.el	Mon Aug 13 10:07:35 2007 +0200
@@ -669,7 +669,7 @@
      ;; XEmacs addition
      (princ "\n\n\nRecent minibuffer messages (most recent first):\n\n")
      (save-excursion
-       (let ((buffer (get-buffer " *Message-Log*"))
+       (let ((buffer (get-buffer-create " *Message-Log*"))
 	     (count 0)
 	     oldpoint)
 	 (set-buffer buffer)