Function: speedbar-maybe-add-localized-support

speedbar-maybe-add-localized-support is a byte-compiled function defined in speedbar.el.gz.

Signature

(speedbar-maybe-add-localized-support BUFFER)

Documentation

Quick check function called on BUFFERs by the speedbar timer function.

Maintains the value of local variables which control speedbar's use of the special mode functions.

Source Code

;; Defined in /usr/src/emacs/lisp/speedbar.el.gz
;;; Special speedbar display management
;;
(defun speedbar-maybe-add-localized-support (buffer)
  "Quick check function called on BUFFERs by the speedbar timer function.
Maintains the value of local variables which control speedbar's use
of the special mode functions."
  (or speedbar-special-mode-expansion-list
      (speedbar-add-localized-speedbar-support buffer)))