Index: which-func.el =================================================================== RCS file: /cvsroot/emacs/emacs/lisp/progmodes/which-func.el,v retrieving revision 1.26 diff -c -r1.26 which-func.el *** which-func.el 5 Jan 2009 03:23:54 -0000 1.26 --- which-func.el 28 Apr 2009 19:13:57 -0000 *************** *** 310,319 **** (setq minoffset offset name (funcall which-func-imenu-joiner-function ! (reverse (cons (car pair) namestack))))) ! ;; Entries in order, so can skip all those after point. ! (setq alist nil ! imstack nil))))) (setq alist (car imstack) namestack (cdr namestack) --- 310,317 ---- (setq minoffset offset name (funcall which-func-imenu-joiner-function ! (reverse (cons (car pair) ! namestack))))))))) (setq alist (car imstack) namestack (cdr namestack)