diff options
| -rw-r--r-- | lisp/speedbar.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/speedbar.el b/lisp/speedbar.el index a880e571320..e543aa5304d 100644 --- a/lisp/speedbar.el +++ b/lisp/speedbar.el | |||
| @@ -2874,7 +2874,7 @@ If new functions are added, their state needs to be updated here." | |||
| 2874 | (goto-char (point-min)) | 2874 | (goto-char (point-min)) |
| 2875 | (let ((m nil)) | 2875 | (let ((m nil)) |
| 2876 | (while (and (setq m (re-search-forward | 2876 | (while (and (setq m (re-search-forward |
| 2877 | (concat " \\(" (file-name-nondirectory file) | 2877 | (concat " \\(" (regexp-quote (file-name-nondirectory file)) |
| 2878 | "\\)\\(" speedbar-indicator-regex "\\)?\n") | 2878 | "\\)\\(" speedbar-indicator-regex "\\)?\n") |
| 2879 | nil t)) | 2879 | nil t)) |
| 2880 | (not (string= file | 2880 | (not (string= file |