# HG changeset patch # User Juanma Barranquero # Date 1193618826 0 # Node ID 018f2968e81dea4e656489caa07ba7293816760b # Parent 0600735b5f6493a7f05aa1536766030b3ebc243f (unload-feature-special-hooks): Add `delete-frame-functions' and `suspend-tty-functions'. diff -r 0600735b5f64 -r 018f2968e81d lisp/loadhist.el --- a/lisp/loadhist.el Mon Oct 29 00:40:50 2007 +0000 +++ b/lisp/loadhist.el Mon Oct 29 00:47:06 2007 +0000 @@ -120,16 +120,16 @@ '(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 + comment-indent-function compilation-finish-functions delete-frame-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 + redisplay-end-trigger-functions suspend-tty-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'.