diff options
| author | Stefan Kangas | 2019-10-22 00:38:21 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2019-10-22 00:39:25 +0200 |
| commit | b087a5f3e4a7fff586245c117f153ae50a35537c (patch) | |
| tree | f5b591f905e04ebb6839829edf0da59f91c50bbb /doc | |
| parent | 950264ff1e92a7f437ef3b4df70bd8a22d65a488 (diff) | |
| download | emacs-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.texi | 17 |
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. | |||
| 695 | Face used when the mouse passes over a button. | 695 | Face used when the mouse passes over a button. |
| 696 | @end table | 696 | @end table |
| 697 | 697 | ||
| 698 | You can also customize speedbar's initial frame parameters. How this is | 698 | @cindex @code{speedbar-frame-parameters} |
| 699 | accomplished is dependent on your platform being Emacs or XEmacs. | 699 | You can also customize speedbar's initial frame parameters by changing |
| 700 | 700 | the alist @code{speedbar-frame-parameters}. This variable is used to | |
| 701 | @cindex @code{speedbar-frame-parameters}, Emacs | 701 | set up initial details. Height is also automatically added when |
| 702 | In Emacs, change the alist @code{speedbar-frame-parameters}. This | 702 | speedbar is created, though you can override it. |
| 703 | variable is used to set up initial details. Height is also | ||
| 704 | automatically added when speedbar is created, though you can override | ||
| 705 | it. | ||
| 706 | |||
| 707 | @cindex @code{speedbar-frame-plist}, XEmacs | ||
| 708 | In XEmacs, change the plist @code{speedbar-frame-plist}. This is the | ||
| 709 | XEmacs 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 |