]> git.eshelyaron.com Git - emacs.git/commitdiff
(unload-feature-special-hooks): Update list of special hooks.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 18 Oct 2007 13:51:21 +0000 (13:51 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 18 Oct 2007 13:51:21 +0000 (13:51 +0000)
lisp/ChangeLog
lisp/loadhist.el

index d76b474164ec932644cd364e51c98b1ce2bfa5bb..481e889db9f2f29df746a92e4c39115fca4e2354 100644 (file)
@@ -1,5 +1,8 @@
 2007-10-18  Juanma Barranquero  <lekktu@gmail.com>
 
+       * loadhist.el (unload-feature-special-hooks):
+       Update list of special hooks.
+
        * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
        (adaptive-fill-function): Doc fix.  Remove * from docstring.
 
index 4e9ee480d65b2bf9a97299da6df7c49f3b0c7410..0ae1a3260b05cb096f6f1dddb0152a44bfd27ef3 100644 (file)
@@ -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'.