Function: ebrowse-write-file-hook-fn
ebrowse-write-file-hook-fn is a byte-compiled function defined in
ebrowse.el.gz.
Signature
(ebrowse-write-file-hook-fn)
Documentation
Write current buffer as a class tree.
Added to write-file-functions.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/ebrowse.el.gz
;;; Saving trees to disk
(defun ebrowse-write-file-hook-fn ()
"Write current buffer as a class tree.
Added to `write-file-functions'."
(ebrowse-save-tree)
t)