Function: artist-mode-exit
artist-mode-exit is a byte-compiled function defined in artist.el.gz.
Signature
(artist-mode-exit)
Documentation
Exit Artist mode. This will call the hook artist-mode-hook.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/artist.el.gz
(defun artist-mode-exit ()
"Exit Artist mode. This will call the hook `artist-mode-hook'."
(if (and artist-picture-compatibility (eq major-mode 'picture-mode))
(picture-mode-exit))
(kill-local-variable 'next-line-add-newlines))