# HG changeset patch # User Juanma Barranquero # Date 1192715368 0 # Node ID c52ee056d7b0f9ecba63a1adaf0d3fc39748a563 # Parent 372ba9e90cc9b66142fd5ad4e080eb49174d731e (unload-feature-special-hooks): Update list of special hooks. diff -r 372ba9e90cc9 -r c52ee056d7b0 lisp/loadhist.el --- a/lisp/loadhist.el Thu Oct 18 13:35:16 2007 +0000 +++ b/lisp/loadhist.el Thu Oct 18 13:49:28 2007 +0000 @@ -126,15 +126,19 @@ (defvaralias 'loadhist-hook-functions 'unload-feature-special-hooks) (defvar unload-feature-special-hooks - '(after-change-functions - after-insert-file-functions auto-fill-function - before-change-functions blink-paren-function - buffer-access-fontify-functions command-line-functions - comment-indent-function kill-buffer-query-functions - kill-emacs-query-functions lisp-indent-function - mouse-position-function + '(after-change-functions after-insert-file-functions + after-make-frame-functions auto-fill-function before-change-functions + blink-paren-function buffer-access-fontify-functions command-line-functions + comment-indent-function compilation-finish-functions + disabled-command-function find-file-not-found-functions + font-lock-beginning-of-syntax-function 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 mouse-position-function redisplay-end-trigger-functions temp-buffer-show-function window-scroll-functions window-size-change-functions + write-contents-functions write-file-functions write-region-annotate-functions) "A list of special hooks from Info node `(elisp)Standard Hooks'.