emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/speedbar.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/speedbar.el
Date: Fri, 29 Mar 2002 07:45:45 -0500

Index: emacs/lisp/speedbar.el
diff -c emacs/lisp/speedbar.el:1.39 emacs/lisp/speedbar.el:1.40
*** emacs/lisp/speedbar.el:1.39 Mon Dec 31 15:30:23 2001
--- emacs/lisp/speedbar.el      Fri Mar 29 07:45:44 2002
***************
*** 2389,2396 ****
                (if (looking-at "[0-9]+:[ ]*<")
                    (progn
                      (goto-char (match-end 0))
!                 (speedbar-do-function-pointer)))
!               (setq sf (cdr sf)))))
        )))
  
  (defun speedbar-sort-tag-hierarchy (lst)
--- 2389,2396 ----
                (if (looking-at "[0-9]+:[ ]*<")
                    (progn
                      (goto-char (match-end 0))
!                     (speedbar-do-function-pointer)))))
!         (setq sf (cdr sf)))
        )))
  
  (defun speedbar-sort-tag-hierarchy (lst)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]