Comment 5 for bug 1117119

Revision history for this message
Georg Brandl (gbrandl) wrote :

There are no keys bound. The questionable code is these two forms:

(eval-after-load "ffap"
  '(progn
     (push '(python-mode . py-ffap-module-path) ffap-alist)
     (push '(inferior-python-mode . py-ffap-module-path) ffap-alist)))

(eval-after-load "ffap"
  '(push '(python-mode . py-module-path) ffap-alist))

There should be a switch to disable these.