From: Glenn Morris Date: Tue, 18 Jun 2013 07:17:58 +0000 (-0700) Subject: * lisp/progmodes/python.el (ffap-alist): Declare. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~2016^2~73^2~9 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e0df2d1420f322f0879c59471d9e579cf74a8ea5;p=emacs.git * lisp/progmodes/python.el (ffap-alist): Declare. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4adc13f551f..793f470493c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2013-06-18 Glenn Morris + * progmodes/python.el (ffap-alist): Declare. + * textmodes/reftex.el (bibtex-mode-map): Declare. 2013-06-18 Stefan Monnier diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index ccb2dcba42e..915b52ce04d 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el @@ -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)