]> git.eshelyaron.com Git - emacs.git/commit
Fix 2 minor bugs in 'imenu--generic-function'
authorDrew Adams <drew.adams@oracle.com>
Sat, 7 Jul 2018 16:20:45 +0000 (19:20 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 7 Jul 2018 16:20:45 +0000 (19:20 +0300)
commit77166e0da2d58f2f6436989b7059d913be5b3439
treeaf6c1569af4eb4b07039bb7922af07a675b12e17
parentea2f96837d00f5475cd48fc7bf62c19d1045c055
Fix 2 minor bugs in 'imenu--generic-function'

* lisp/imenu.el (imenu--generic-function): Move point to START
before checking whether the current item is inside a comment
or a string.  Remove any empty menus that could have been
added before returning.  (Bug#32024)
lisp/imenu.el