Function: mh-invalidate-show-buffer
mh-invalidate-show-buffer is an autoloaded and byte-compiled function
defined in mh-show.el.gz.
Signature
(mh-invalidate-show-buffer)
Documentation
Invalidate the show buffer so we must update it to use it.
Source Code
;; Defined in /usr/src/emacs/lisp/mh-e/mh-show.el.gz
;;;###mh-autoload
(defun mh-invalidate-show-buffer ()
"Invalidate the show buffer so we must update it to use it."
(if (get-buffer mh-show-buffer)
(with-current-buffer mh-show-buffer
(mh-unvisit-file))))