* lisp/progmodes/python.el (ffap-alist): Declare.
This commit is contained in:
parent
9798967722
commit
e0df2d1420
2 changed files with 4 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue