Function: msb-unload-function
msb-unload-function is a byte-compiled function defined in msb.el.gz.
Signature
(msb-unload-function)
Documentation
Unload the Msb library.
Source Code
;; Defined in /usr/src/emacs/lisp/msb.el.gz
(defun msb-unload-function ()
"Unload the Msb library."
(msb-mode -1)
;; continue standard unloading
nil)