Mercurial > emacs
changeset 44225:e47fc6bb028d
(speedbar-default-directory-list): Made robust against deleted directories.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 29 Mar 2002 12:45:44 +0000 |
parents | b0c69ea10fa0 |
children | 807078ed0771 |
files | lisp/speedbar.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/speedbar.el Fri Mar 29 12:39:39 2002 +0000 +++ b/lisp/speedbar.el Fri Mar 29 12:45:44 2002 +0000 @@ -2389,8 +2389,8 @@ (if (looking-at "[0-9]+:[ ]*<") (progn (goto-char (match-end 0)) - (speedbar-do-function-pointer))) - (setq sf (cdr sf))))) + (speedbar-do-function-pointer))))) + (setq sf (cdr sf))) ))) (defun speedbar-sort-tag-hierarchy (lst)