aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorStefan Kangas2019-10-22 00:38:21 +0200
committerStefan Kangas2019-10-22 00:39:25 +0200
commitb087a5f3e4a7fff586245c117f153ae50a35537c (patch)
treef5b591f905e04ebb6839829edf0da59f91c50bbb /doc
parent950264ff1e92a7f437ef3b4df70bd8a22d65a488 (diff)
downloademacs-b087a5f3e4a7fff586245c117f153ae50a35537c.tar.gz
emacs-b087a5f3e4a7fff586245c117f153ae50a35537c.zip
Remove XEmacs compat code from speedbar.el
* lisp/speedbar.el (speedbar-frame-plist, speedbar-frame-mode) (speedbar-make-overlay, speedbar-overlay-put, speedbar-delete-overlay) (speedbar-mode-line-update, speedbar-frame-reposition-smartly) (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps) (speedbar-add-localized-speedbar-support, speedbar-check-vc) (speedbar-highlight-one-tag-line) (speedbar-unhighlight-one-tag-line): Remove XEmacs compat code. * doc/misc/speedbar.texi (Frames and Faces): Remove documentation for XEmacs.
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/speedbar.texi17
1 files changed, 5 insertions, 12 deletions
diff --git a/doc/misc/speedbar.texi b/doc/misc/speedbar.texi
index 503f9cd6465..1e0a34ef9da 100644
--- a/doc/misc/speedbar.texi
+++ b/doc/misc/speedbar.texi
@@ -695,18 +695,11 @@ file being edited.
695Face used when the mouse passes over a button. 695Face used when the mouse passes over a button.
696@end table 696@end table
697 697
698You can also customize speedbar's initial frame parameters. How this is 698@cindex @code{speedbar-frame-parameters}
699accomplished is dependent on your platform being Emacs or XEmacs. 699You can also customize speedbar's initial frame parameters by changing
700 700the alist @code{speedbar-frame-parameters}. This variable is used to
701@cindex @code{speedbar-frame-parameters}, Emacs 701set up initial details. Height is also automatically added when
702In Emacs, change the alist @code{speedbar-frame-parameters}. This 702speedbar is created, though you can override it.
703variable is used to set up initial details. Height is also
704automatically added when speedbar is created, though you can override
705it.
706
707@cindex @code{speedbar-frame-plist}, XEmacs
708In XEmacs, change the plist @code{speedbar-frame-plist}. This is the
709XEmacs way of doing the same thing.
710 703
711@node Tag Hierarchy Methods 704@node Tag Hierarchy Methods
712@section Tag Hierarchy Methods 705@section Tag Hierarchy Methods