# HG changeset patch # User Oleksandr Gavenko # Date 1424367032 -7200 # Node ID e0de9be5c1ee602a4461df6f6b473ff0de2cfa17 # Parent 745c136f8398898600f283aedf38ae1dafc3396c Fix typo. diff -r 745c136f8398 -r e0de9be5c1ee pypi.el --- a/pypi.el Thu Feb 19 19:29:16 2015 +0200 +++ b/pypi.el Thu Feb 19 19:30:32 2015 +0200 @@ -27,7 +27,7 @@ ;;;###autoload (defun pypi.pkg (pkg) - (interactive (list (read-string "Python package: " "" 'pypi.pkg-history (thing-at-point symbol)))) + (interactive (list (read-string "Python package: " "" 'pypi.pkg-history (thing-at-point 'symbol)))) (url-retrieve (format pypi.url pkg) #'pypi.pkg-callback)) (provide 'pypi)