# HG changeset patch # User Richard M. Stallman # Date 917757577 0 # Node ID 446e5ef3f423854507adae1cd3b5420f15122bb5 # Parent 1100d4e5201b33d09bed01139144ed3262aaa503 (speedbar-line-token): Match {...} instead of [...]. (speedbar-line-token): Likewise. diff -r 1100d4e5201b -r 446e5ef3f423 lisp/speedbar.el --- a/lisp/speedbar.el Sun Jan 31 04:35:56 1999 +0000 +++ b/lisp/speedbar.el Sun Jan 31 04:39:37 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.18 1998/12/19 14:01:53 zappo Exp $ +;; X-RCS: $Id: speedbar.el,v 1.19 1999/01/23 13:23:26 zappo Exp rms $ ;; This file is part of GNU Emacs. @@ -3143,7 +3143,7 @@ (if p (goto-char p)) (beginning-of-line) (if (looking-at (concat - "\\([0-9]+\\): *[[<][-+?][]>] \\([^ \n]+\\)\\(" + "\\([0-9]+\\): *[[<{][-+?][]>}] \\([^ \n]+\\)\\(" speedbar-indicator-regex "\\)?")) (match-string 2) nil))) @@ -3155,7 +3155,7 @@ (if p (goto-char p)) (beginning-of-line) (if (looking-at (concat - "\\([0-9]+\\): *[[<][-+?][]>] \\([^ \n]+\\)\\(" + "\\([0-9]+\\): *[[<{][-+?][]>}] \\([^ \n]+\\)\\(" speedbar-indicator-regex "\\)?")) (progn (goto-char (match-beginning 2))