* lisp/progmodes/python.el (ffap-alist): Declare.

This commit is contained in:
Glenn Morris 2013-06-18 00:17:58 -07:00
parent 9798967722
commit e0df2d1420
2 changed files with 4 additions and 0 deletions

View file

@ -1,5 +1,7 @@
2013-06-18 Glenn Morris <rgm@gnu.org>
* progmodes/python.el (ffap-alist): Declare.
* textmodes/reftex.el (bibtex-mode-map): Declare.
2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>

View file

@ -2881,6 +2881,8 @@ The skeleton will be bound to python-skeleton-NAME."
(when module-file
(substring-no-properties module-file 1 -1))))))
(defvar ffap-alist)
(eval-after-load "ffap"
'(progn
(push '(python-mode . python-ffap-module-path) ffap-alist)