Function: hilit-chg-unload-function

hilit-chg-unload-function is a byte-compiled function defined in hilit-chg.el.gz.

Signature

(hilit-chg-unload-function)

Documentation

Unload the Highlight Changes library.

Source Code

;; Defined in /usr/src/emacs/lisp/hilit-chg.el.gz
;; ===================== debug ==================
;; For debug & test use:
;;
;; (defun hilit-chg-debug-show (&optional beg end)
;;   (interactive)
;;   (message "--- hilit-chg-debug-show ---")
;;   (hilit-chg-map-changes (lambda (prop start end)
;;                           (message "%d-%d: %s" start end prop))
;;                         beg end))
;;
;; ================== end of debug ===============

(defun hilit-chg-unload-function ()
  "Unload the Highlight Changes library."
  (global-hi-lock-mode -1)
  ;; continue standard unloading
  nil)