Variable: loadhist-hook-functions

loadhist-hook-functions is an alias for unload-feature-special-hooks, defined in loadhist.el.gz.

This variable is obsolete since 30.1; use unload-feature-special-hooks instead.

Value

Large value
(after-change-functions
 after-insert-file-functions
 after-make-frame-functions
 auto-coding-functions
 auto-fill-function(var)/auto-fill-function(fun)
 before-change-functions
 blink-paren-function
 buffer-access-fontify-functions
 choose-completion-string-functions
 comint-output-filter-functions
 command-line-functions
 comment-indent-function
 compilation-finish-functions
 delete-frame-functions
 disabled-command-function(var)/disabled-command-function(fun)
 fill-nobreak-predicate
 find-directory-functions
 find-file-not-found-functions
 font-lock-fontify-buffer-function
 font-lock-fontify-region-function
 font-lock-mark-block-function
 font-lock-syntactic-face-function
 font-lock-unfontify-buffer-function
 font-lock-unfontify-region-function
 kill-buffer-query-functions
 kill-emacs-query-functions
 lisp-indent-function(var)/lisp-indent-function(fun)
 mouse-position-function
 suspend-tty-functions
 temp-buffer-show-function
 window-scroll-functions
 window-size-change-functions
 write-contents-functions
 write-file-functions
 write-region-annotate-functions)

Documentation

A list of special hooks from Info node (elisp)Standard Hooks.

These are symbols with hooklike values whose names don't end in
-hook or -hooks, from which unload-feature should try to remove
pertinent symbols.

Aliases

loadhist-hook-functions (obsolete since 30.1)