Function: speedbar-buffers-tail-notes

speedbar-buffers-tail-notes is a byte-compiled function defined in speedbar.el.gz.

Signature

(speedbar-buffers-tail-notes BUFFER)

Documentation

Add a note to the end of the last tag line.

Argument BUFFER is the buffer being tested.

Source Code

;; Defined in /usr/src/emacs/lisp/speedbar.el.gz
(defun speedbar-buffers-tail-notes (buffer)
  "Add a note to the end of the last tag line.
Argument BUFFER is the buffer being tested."
  (when (with-current-buffer buffer buffer-read-only)
    (speedbar-insert-button "%" nil nil nil nil t)))