diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-01-10 01:30:06 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-01-10 01:30:06 +0000 |
commit | a30b83a501c72ef1e58efb106c957f9ffd2d82bd (patch) | |
tree | 613a3c9ac8eb5191ffc1bf8600eeac4d1802c823 /lisp/imenu.el | |
parent | bc31a60a7cc2a896561add7adc42ec7478c7d3ad (diff) | |
download | emacs-a30b83a501c72ef1e58efb106c957f9ffd2d82bd.tar.gz |
(imenu--create-keymap-2): Delete debugging line.
Diffstat (limited to 'lisp/imenu.el')
-rw-r--r-- | lisp/imenu.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/imenu.el b/lisp/imenu.el index 42af2a0a1e1..9e8c3854245 100644 --- a/lisp/imenu.el +++ b/lisp/imenu.el @@ -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)))) ))) |