pypi.el
changeset 1212 745c136f8398
parent 1211 c8cb83742738
child 1213 e0de9be5c1ee
equal deleted inserted replaced
1211:c8cb83742738 1212:745c136f8398
    28 ;;;###autoload
    28 ;;;###autoload
    29 (defun pypi.pkg (pkg)
    29 (defun pypi.pkg (pkg)
    30   (interactive (list (read-string "Python package: " "" 'pypi.pkg-history (thing-at-point symbol))))
    30   (interactive (list (read-string "Python package: " "" 'pypi.pkg-history (thing-at-point symbol))))
    31   (url-retrieve (format pypi.url pkg) #'pypi.pkg-callback))
    31   (url-retrieve (format pypi.url pkg) #'pypi.pkg-callback))
    32 
    32 
       
    33 (provide 'pypi)
       
    34 
       
    35 ;;; pypi.el ends here