diff options
| author | Juanma Barranquero | 2007-10-29 00:47:06 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-10-29 00:47:06 +0000 |
| commit | b09ee19d0b000e2a451dcbcf2506280e305fe9d6 (patch) | |
| tree | 2d976e0a7d7ddd1db6ad5c9d7a751fdb140261b6 | |
| parent | ac37dedb05e58d1e0958b90e96d15cf71d4fe126 (diff) | |
| download | emacs-b09ee19d0b000e2a451dcbcf2506280e305fe9d6.tar.gz emacs-b09ee19d0b000e2a451dcbcf2506280e305fe9d6.zip | |
(unload-feature-special-hooks): Add `delete-frame-functions'
and `suspend-tty-functions'.
| -rw-r--r-- | lisp/loadhist.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/loadhist.el b/lisp/loadhist.el index 2e052d8cf96..82bab11a7ce 100644 --- a/lisp/loadhist.el +++ b/lisp/loadhist.el | |||
| @@ -120,16 +120,16 @@ from a file." | |||
| 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 | ||