# HG changeset patch # User Richard M. Stallman # Date 919125224 0 # Node ID 0e5b7bb19ddce8f2437d24638967a52581f8dca9 # Parent 5df541fa3e2b1e93fc5ee8380ccd8c2399bda5d5 (speedbar-item-info-tag-helper): Scan the whole line. diff -r 5df541fa3e2b -r 0e5b7bb19ddc lisp/speedbar.el --- a/lisp/speedbar.el Mon Feb 15 22:31:31 1999 +0000 +++ b/lisp/speedbar.el Tue Feb 16 00:33:44 1999 +0000 @@ -5,7 +5,7 @@ ;; Author: Eric M. Ludlam ;; Version: 0.8.1 ;; Keywords: file, tags, tools -;; X-RCS: $Id: speedbar.el,v 1.19 1999/01/23 13:23:26 zappo Exp rms $ +;; X-RCS: $Id: speedbar.el,v 1.20 1999/01/31 04:39:37 rms Exp rms $ ;; This file is part of GNU Emacs. @@ -1698,6 +1698,7 @@ "Display info about a tag that is on the current line. nil if not applicable." (save-excursion + (beginning-of-line) (if (re-search-forward " > \\([^ ]+\\)$" (save-excursion(end-of-line)(point)) t) (let ((tag (match-string 1))