diff options
| author | Glenn Morris | 2013-06-18 00:17:58 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-06-18 00:17:58 -0700 |
| commit | e0df2d1420f322f0879c59471d9e579cf74a8ea5 (patch) | |
| tree | 508220c90c3b69ef74a639f7fb2396a92f8c602c | |
| parent | 9798967722e02d6a6e648a5dd08a50bd8c6799ca (diff) | |
| download | emacs-e0df2d1420f322f0879c59471d9e579cf74a8ea5.tar.gz emacs-e0df2d1420f322f0879c59471d9e579cf74a8ea5.zip | |
* lisp/progmodes/python.el (ffap-alist): Declare.
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/progmodes/python.el | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4adc13f551f..793f470493c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2013-06-18 Glenn Morris <rgm@gnu.org> | 1 | 2013-06-18 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * progmodes/python.el (ffap-alist): Declare. | ||
| 4 | |||
| 3 | * textmodes/reftex.el (bibtex-mode-map): Declare. | 5 | * textmodes/reftex.el (bibtex-mode-map): Declare. |
| 4 | 6 | ||
| 5 | 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca> | 7 | 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca> |
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." | |||
| 2881 | (when module-file | 2881 | (when module-file |
| 2882 | (substring-no-properties module-file 1 -1)))))) | 2882 | (substring-no-properties module-file 1 -1)))))) |
| 2883 | 2883 | ||
| 2884 | (defvar ffap-alist) | ||
| 2885 | |||
| 2884 | (eval-after-load "ffap" | 2886 | (eval-after-load "ffap" |
| 2885 | '(progn | 2887 | '(progn |
| 2886 | (push '(python-mode . python-ffap-module-path) ffap-alist) | 2888 | (push '(python-mode . python-ffap-module-path) ffap-alist) |