Function: longlines-mode-off
longlines-mode-off is a byte-compiled function defined in
longlines.el.gz.
Signature
(longlines-mode-off)
Documentation
Turn off longlines mode.
This function exists to be called by change-major-mode-hook when the
major mode changes.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/longlines.el.gz
(defun longlines-mode-off ()
"Turn off longlines mode.
This function exists to be called by `change-major-mode-hook' when the
major mode changes."
(longlines-mode 0))