mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
d9bc13c68a
This port is for emacs21 and newer than that distributed with emacs21. PR: ports/33297 Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
12 lines
393 B
Plaintext
12 lines
393 B
Plaintext
--- speedbar.el.orig Sat Dec 29 19:10:04 2001
|
|
+++ speedbar.el Sat Dec 29 19:12:09 2001
|
|
@@ -948,6 +948,8 @@
|
|
(speedbar-reconfigure-keymaps)
|
|
(speedbar-update-contents)
|
|
(speedbar-set-timer dframe-update-speed)
|
|
+ (if (not window-system)
|
|
+ (select-frame speedbar-frame))
|
|
)
|
|
(set (make-local-variable 'automatic-hscrolling) nil) ; Emacs 21
|
|
;; reset the selection variable
|