]> git.eshelyaron.com Git - emacs.git/commit
* progmodes/python.el: Simplified imenu implementation.
authorFabián Ezequiel Gallina <fgallina@gnu.org>
Mon, 16 Jul 2012 17:18:39 +0000 (14:18 -0300)
committerFabián Ezequiel Gallina <fgallina@gnu.org>
Mon, 16 Jul 2012 17:18:39 +0000 (14:18 -0300)
commit758e556a7ab8f61c007e34310ba399a9aaf15362
tree88669e3905313e194fc67a63a7b56a5a9f45c2b2
parent032d23ab664d571be03f5661034d1962baa4f5ae
* progmodes/python.el: Simplified imenu implementation.
(python-nav-jump-to-defun): Remove command.
(python-mode-map): Use `imenu' instead.
(python-nav-list-defun-positions-cache)
(python-imenu-include-defun-type, python-imenu-make-tree)
(python-imenu-subtree-root-label, python-imenu-index-alist):
Remove vars.
(python-nav-list-defun-positions, python-nav-read-defun)
(python-imenu-tree-assoc, python-imenu-make-element-tree)
(python-imenu-make-tree, python-imenu-create-index): Remove
functions.
(python-mode): Update to interact with imenu by setting
`imenu-extract-index-name-function' only.
lisp/ChangeLog
lisp/progmodes/python.el