comparison lisp/loadhist.el @ 85740:018f2968e81d

(unload-feature-special-hooks): Add `delete-frame-functions' and `suspend-tty-functions'.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 29 Oct 2007 00:47:06 +0000
parents b210bba3f477
children d3e87ee5aa0e
comparison
equal deleted inserted replaced
85739:0600735b5f64 85740:018f2968e81d
118 (defvaralias 'loadhist-hook-functions 'unload-feature-special-hooks) 118 (defvaralias 'loadhist-hook-functions 'unload-feature-special-hooks)
119 (defvar unload-feature-special-hooks 119 (defvar unload-feature-special-hooks
120 '(after-change-functions after-insert-file-functions 120 '(after-change-functions after-insert-file-functions
121 after-make-frame-functions auto-fill-function before-change-functions 121 after-make-frame-functions auto-fill-function before-change-functions
122 blink-paren-function buffer-access-fontify-functions command-line-functions 122 blink-paren-function buffer-access-fontify-functions command-line-functions
123 comment-indent-function compilation-finish-functions 123 comment-indent-function compilation-finish-functions delete-frame-functions
124 disabled-command-function find-file-not-found-functions 124 disabled-command-function find-file-not-found-functions
125 font-lock-beginning-of-syntax-function font-lock-fontify-buffer-function 125 font-lock-beginning-of-syntax-function font-lock-fontify-buffer-function
126 font-lock-fontify-region-function font-lock-mark-block-function 126 font-lock-fontify-region-function font-lock-mark-block-function
127 font-lock-syntactic-face-function font-lock-unfontify-buffer-function 127 font-lock-syntactic-face-function font-lock-unfontify-buffer-function
128 font-lock-unfontify-region-function kill-buffer-query-functions 128 font-lock-unfontify-region-function kill-buffer-query-functions
129 kill-emacs-query-functions lisp-indent-function mouse-position-function 129 kill-emacs-query-functions lisp-indent-function mouse-position-function
130 redisplay-end-trigger-functions temp-buffer-show-function 130 redisplay-end-trigger-functions suspend-tty-functions
131 window-scroll-functions window-size-change-functions 131 temp-buffer-show-function window-scroll-functions
132 write-contents-functions write-file-functions 132 window-size-change-functions write-contents-functions write-file-functions
133 write-region-annotate-functions) 133 write-region-annotate-functions)
134 "A list of special hooks from Info node `(elisp)Standard Hooks'. 134 "A list of special hooks from Info node `(elisp)Standard Hooks'.
135 135
136 These are symbols with hooklike values whose names don't end in 136 These are symbols with hooklike values whose names don't end in
137 `-hook' or `-hooks', from which `unload-feature' should try to remove 137 `-hook' or `-hooks', from which `unload-feature' should try to remove