]> git.eshelyaron.com Git - emacs.git/commitdiff
* 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 4adc13f551f220e0f0868797934d3e99c1ca290a..793f470493cae2c29429b6988f849d61ed2b5733 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 ccb2dcba42e7c543552bdfa7359a08450cf1ebcb..915b52ce04d3de7b0f49a966fd5ccea56402dba8 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)