diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2007-10-18 13:51:21 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2007-10-18 13:51:21 +0000 |
commit | aecedc825df99e5c2f9b81b6514bef0e9a041e1e (patch) | |
tree | 785bf07f240ef2d205e649d543a38d3ab4f32468 /lisp/loadhist.el | |
parent | efffe5a38f345b0d2f1df8ab1b684affe3d80faf (diff) | |
download | emacs-aecedc825df99e5c2f9b81b6514bef0e9a041e1e.tar.gz |
(unload-feature-special-hooks): Update list of special hooks.
Diffstat (limited to 'lisp/loadhist.el')
-rw-r--r-- | lisp/loadhist.el | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/lisp/loadhist.el b/lisp/loadhist.el index 4e9ee480d65..0ae1a3260b0 100644 --- a/lisp/loadhist.el +++ b/lisp/loadhist.el @@ -126,15 +126,19 @@ from a file." (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'. |