diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2007-10-29 00:35:12 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2007-10-29 00:35:12 +0000 |
commit | 9d097e6a4a739deff25df4604c7ae620cbd8f64d (patch) | |
tree | 817a273eb50bcb9819fdd6e0d9ac2d3a51a5b588 /lisp/loadhist.el | |
parent | 3888559e6b55a086ff889668fac075881758653b (diff) | |
download | emacs-9d097e6a4a739deff25df4604c7ae620cbd8f64d.tar.gz |
(unload-feature-special-hooks): Add `delete-frame-functions'.
Diffstat (limited to 'lisp/loadhist.el')
-rw-r--r-- | lisp/loadhist.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/loadhist.el b/lisp/loadhist.el index 8f21e683a19..cfc3f33168a 100644 --- a/lisp/loadhist.el +++ b/lisp/loadhist.el @@ -129,7 +129,7 @@ from a file." '(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 |