[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Erbot-cvs] Changes to erbot/erbjavadoc.el
From: |
D . Goel |
Subject: |
[Erbot-cvs] Changes to erbot/erbjavadoc.el |
Date: |
Sat, 08 Jan 2005 13:22:45 -0500 |
Index: erbot/erbjavadoc.el
diff -u erbot/erbjavadoc.el:1.4 erbot/erbjavadoc.el:1.5
--- erbot/erbjavadoc.el:1.4 Fri Jan 7 00:26:02 2005
+++ erbot/erbjavadoc.el Sat Jan 8 17:53:08 2005
@@ -182,7 +182,7 @@
(ignore-errors (load erbjavadoc-data-file))))
(defun erbjavadoc-save-data ()
- (erbnoc-write-sexps-to-file erbjavadoc-data-file
+ (erbn-write-sexps-to-file erbjavadoc-data-file
(list `(setq erbjavadoc-scraped-urls
',erbjavadoc-scraped-urls))))
@@ -242,7 +242,7 @@
;; extra parameters to our callback
;; functions. We need these so that
;; we can invoke erbot-reply.
- (list base proc erbnoc-nick tgt))))
+ (list base proc erbn-nick tgt))))
(push base erbjavadoc-scraped-urls)
(erbjavadoc-save-data)
(format "I'm downloading the javadocs now ..."))))
@@ -277,4 +277,4 @@
(provide 'erbjavadoc)
(run-hooks 'erbjavadoc-after-load-hooks)
-;;; erbjavadoc.el ends here
\ No newline at end of file
+;;; erbjavadoc.el ends here