Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6b52944e
Commit
6b52944e
authored
Mar 29, 2002
by
Richard M. Stallman
Browse files
(speedbar-default-directory-list): Made robust against deleted directories.
parent
ad6ccf29
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/speedbar.el
lisp/speedbar.el
+2
-2
No files found.
lisp/ChangeLog
View file @
6b52944e
2002-03-29 Eric M. Ludlam <eric@siege-engine.com>
* speedbar.el (speedbar-default-directory-list): Made robust
against deleted directories.
2002-03-28 Richard M. Stallman <rms@gnu.org>
* dired.el (dired-toggle-marks): Renamed from dired-do-toggle.
...
...
lisp/speedbar.el
View file @
6b52944e
...
...
@@ -2389,8 +2389,8 @@ cell of the form ( 'DIRLIST . 'FILELIST )"
(
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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment