1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-17 05:30:43 -08:00
emacs/lisp/cedet/ede
Glenn Morris 0cdffd7dd4 Small speedbar-related clean-up
* lisp/dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
Remove unnecessary declarations.
(dframe-message): Doc fix.

* lisp/info.el (dframe-select-attached-frame, dframe-current-frame):
Declare.

* lisp/speedbar.el (speedbar-message): Make it an obsolete alias.
Update all callers.
(speedbar-with-attached-buffer)
(speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
(speedbar-with-writable): Use backquote.

* lisp/emacs-lisp/eieio-opt.el (eieio-describe-class-sb):

* lisp/emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
rather than speedbar- aliases.

* lisp/mail/rmail.el: Load dframe rather than speedbar when compiling.
(speedbar-make-specialized-keymap, speedbar-insert-button)
(dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
(speedbar-do-function-pointer): Declare.
(rmail-speedbar-button, rmail-speedbar-find-file)
(rmail-speedbar-move-message):
Use dframe-with-attached-buffer rather than speedbar- alias.

* lisp/progmodes/gud.el: Load dframe rather than speedbar when compiling.
(dframe-message, speedbar-make-specialized-keymap)
(speedbar-add-expansion-list, speedbar-mode-functions-list)
(speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
(speedbar-insert-button, dframe-select-attached-frame)
(dframe-maybee-jump-to-attached-frame)
(speedbar-change-initial-expansion-list)
(speedbar-previously-used-expansion-list-name): Declare.
(gud-speedbar-item-info, gud-gdb-goto-stackframe):
Use dframe-message, dframe-with-attached-buffer rather than
speedbar- aliases.
(gud-sentinel): Silence compiler.

* lisp/progmodes/vhdl-mode.el (speedbar-refresh)
(speedbar-do-function-pointer, speedbar-add-supported-extension)
(speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
(speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
(speedbar-extension-list-to-regex, speedbar-directory-buttons)
(speedbar-file-lists, speedbar-make-tag-line)
(speedbar-line-directory, speedbar-goto-this-file)
(speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
(speedbar-delete-subblock, speedbar-position-cursor-on-line)
(speedbar-make-button, speedbar-reset-scanners)
(speedbar-files-item-info, speedbar-line-text)
(speedbar-find-file-in-frame, speedbar-set-timer)
(dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
(speedbar-with-writable): Do not (re)define it.
(vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
rather than speedbar- alias.

* lisp/cedet/ede/speedbar.el (ede-file-find, ede-tag-find):
* lisp/cedet/semantic/sb.el (semantic-sb-token-jump):
Use dframe-maybee-jump-to-attached-frame rather than speedbar- alias.

* lisp/mh-e/mh-speed.el (mh-speed-view):
Use dframe-with-attached-buffer rather than speedbar- alias.
2013-05-21 20:13:56 -07:00
..
auto.el Merge with CEDET upstream (rev. 8499). 2013-03-21 23:11:03 +01:00
autoconf-edit.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
base.el Merge with CEDET upstream (rev. 8499). 2013-03-21 23:11:03 +01:00
cpp-root.el Spelling fixes. 2013-04-01 00:58:04 -07:00
custom.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
dired.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
emacs.el Merge with CEDET upstream (rev. 8499). 2013-03-21 23:11:03 +01:00
files.el Merge with CEDET upstream (rev. 8499). 2013-03-21 23:11:03 +01:00
generic.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
linux.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
locate.el Fix some declarations 2013-05-10 19:27:28 -07:00
make.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
makefile-edit.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
pconf.el Merge with CEDET upstream (rev. 8499). 2013-03-21 23:11:03 +01:00
pmake.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
proj-archive.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
proj-aux.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
proj-comp.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
proj-elisp.el Merge with CEDET upstream (rev. 8499). 2013-03-21 23:11:03 +01:00
proj-info.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
proj-misc.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
proj-obj.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
proj-prog.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
proj-scheme.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
proj-shared.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
proj.el Merge with CEDET upstream (rev. 8499). 2013-03-21 23:11:03 +01:00
project-am.el Fix typo in previous 2013-05-13 13:52:59 -04:00
shell.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
simple.el * ede/simple.el, semantic/java.el: Set generated-autoload-load-name. 2013-05-13 22:10:23 -04:00
source.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
speedbar.el Small speedbar-related clean-up 2013-05-21 20:13:56 -07:00
srecode.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
system.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
util.el Merge with CEDET upstream (rev. 8499). 2013-03-21 23:11:03 +01:00