Function: speedbar-toggle-show-all-files

speedbar-toggle-show-all-files is an interactive and byte-compiled function defined in speedbar.el.gz.

Signature

(speedbar-toggle-show-all-files)

Documentation

Toggle display of files speedbar can not tag.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/speedbar.el.gz
(defun speedbar-toggle-show-all-files ()
  "Toggle display of files speedbar can not tag."
  (interactive)
  (setq speedbar-show-unknown-files (not speedbar-show-unknown-files))
  (speedbar-refresh))