This commit was generated by cvs2svn to compensate for changes in r624,
authormorioka <morioka>
Wed, 24 Jun 1998 12:58:24 +0000 (12:58 +0000)
committermorioka <morioka>
Wed, 24 Jun 1998 12:58:24 +0000 (12:58 +0000)
which included commits to RCS files with non-trunk default branches.

lisp/gnus-picon.el

index 7579b0c..be64979 100644 (file)
@@ -184,8 +184,9 @@ arguments necessary for the job.")
 
 (defun gnus-get-buffer-name (variable)
   "Returns the buffer name associated with the contents of a variable."
-  (let ((buf (get-buffer (gnus-window-to-buffer-helper
-                           (cdr (assq variable gnus-window-to-buffer))))))
+  (let ((buf (get-buffer-create (gnus-window-to-buffer-helper
+                                (cdr 
+                                 (assq variable gnus-window-to-buffer))))))
     (and buf
         (buffer-name buf))))