~hexmode/weblogger-el/trunk

« back to all changes in this revision

Viewing changes to weblogger.el

  • Committer: Mark A. Hershberger
  • Date: 2010-03-02 22:22:43 UTC
  • Revision ID: mah@everybody.org-20100302222243-3be83nkc3q1nvyy3
fix a typo

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
;; Keywords: weblog blogger cms movable type openweblog blog
10
10
;; URL: http://launchpad.net/weblogger-el
11
11
;; Version: 1.4.4
12
 
;; Last Modified: <2010-03-02 16:15:29 mah>
 
12
;; Last Modified: <2010-03-02 17:21:53 mah>
13
13
;; Package-Requires: ((xml-rpc "1.6.7"))
14
14
 
15
15
(defconst weblogger-version "1.4.4"
560
560
                   (if (= 1 (length weblogger-config-alist))
561
561
                       (caar weblogger-config-alist)
562
562
                     (completing-read
563
 
                      "Config Name: " weblogger-config-alist nil t)))))
 
563
                      "Config Name: " weblogger-config-alist nil t))))
564
564
 
565
565
    (weblogger-switch-configuration name)
566
566
    (weblogger-api-blogger-weblog-alist t)
567
 
    (weblogger-fetch-entries)))
 
567
    (weblogger-fetch-entries))))
568
568
 
569
569
;;;###autoload
570
570
(defun weblogger-setup-weblog ()