diff lisp/speedbar.el @ 89909:68c22ea6027c

Sync to HEAD
author Kenichi Handa <handa@m17n.org>
date Fri, 16 Apr 2004 12:51:06 +0000
parents 375f2633d815
children d8411455de48
line wrap: on
line diff
--- a/lisp/speedbar.el	Thu Apr 15 01:08:34 2004 +0000
+++ b/lisp/speedbar.el	Fri Apr 16 12:51:06 2004 +0000
@@ -3410,7 +3410,9 @@
 	(if (re-search-forward "[]>?}] [^ ]"
 			       (save-excursion (end-of-line) (point))
 			       t)
-	    (speedbar-do-function-pointer)
+	    (progn
+	      (forward-char -1)
+	      (speedbar-do-function-pointer))
 	  nil))
       (speedbar-do-function-pointer)))
 
@@ -4339,4 +4341,5 @@
 ;; run load-time hooks
 (run-hooks 'speedbar-load-hook)
 
+;;; arch-tag: 4477e6d1-f78c-48b9-a503-387d3c9767d5
 ;;; speedbar.el ends here