1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-02 11:21:42 +00:00

(imenu--create-keymap-2): Delete debugging line.

This commit is contained in:
Karl Heuer 1996-01-10 01:30:06 +00:00
parent bc31a60a7c
commit a30b83a501

View File

@ -466,7 +466,6 @@ This function is called after the function pointed out by
(let ((end (if commands `(lambda () (interactive)
(imenu--menubar-select ',item))
(cons '(nil) t))))
(setq foo end)
(cons (car item)
(cons (car item) end))))
)))