* lisp/progmodes/python.el (ffap-alist): Declare.
authorGlenn Morris <rgm@gnu.org>
Tue, 18 Jun 2013 07:17:58 +0000 (00:17 -0700)
committerGlenn Morris <rgm@gnu.org>
Tue, 18 Jun 2013 07:17:58 +0000 (00:17 -0700)
lisp/ChangeLog
lisp/progmodes/python.el

index 4adc13f..793f470 100644 (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>
index ccb2dcb..915b52c 100644 (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)