This commit was generated by cvs2svn to compensate for changes in r7438,
[elisp/gnus.git-] / lisp / webmail.el
index b98bb69..b967013 100644 (file)
@@ -1,5 +1,5 @@
 ;;; webmail.el --- interface of web mail
-;; Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
+;; Copyright (C) 1999, 2000, 2001, 2004 Free Software Foundation, Inc.
 
 ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu>
 ;; Keywords: hotmail netaddress my-deja netscape
     (insert "\n---------------- A bug at " str " ------------------\n")
     (mapcar #'(lambda (sym)
                (if (boundp sym)
-                   (pp `(setq ,sym ',(eval sym)) (current-buffer))))
+                   (gnus-pp `(setq ,sym ',(eval sym)))))
            '(webmail-type user))
     (insert "---------------- webmail buffer ------------------\n\n")
     (insert-buffer-substring webmail-buffer)
 
 (provide 'webmail)
 
+;;; arch-tag: f75a4558-a8f6-46ec-b1c3-7a6434b3dd71
 ;;; webmail.el ends here