Index: advogato.el =================================================================== RCS file: /home/muli/cvsroot/elisp/advogato.el,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- advogato.el 13 Feb 2004 19:51:46 -0000 1.2 +++ advogato.el 13 Feb 2004 19:54:37 -0000 1.3 @@ -31,7 +31,7 @@ ;; For ease of use: ;; I use the following commands in my .emacs file: ;; -;; (load-file "advogato.el") +;; (require 'advogato) ;; will autoload advogato.el ;; (global-set-key "\C-cbs" 'advogato-start-post) ;; ;; C-c b s will switch to a new buffer where you can compose a @@ -56,6 +56,7 @@ ;; cookies from Mozilla/galeon/url cookies file. ;; v1.3 -- 11 Feb 2004 - Allow the user to set the mozilla profile name ;; (Thanks - Muli Ben-Yehuda ) +;; v1.4 -- 13 Feb 2004 - provide 'advogato' feature (Muli) ;; Please note once again that advogato.el needs the v1.6.1 of xml-rpc.el ;; from http://elisp.info @@ -280,3 +281,5 @@ ;; (setq advogato-id (url-cookie-value cookie)) ;; (cons (url-cookie-name cookie) (url-cookie-value cookie))) ;; cookie))) + +(provide 'advogato)