aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2011-07-11 18:31:09 +0200
committerJuanma Barranquero2011-07-11 18:31:09 +0200
commita1e65d422f299129b4805a35538336db33f9347e (patch)
tree59c1b21428bd952c06ca2e12a3051222358e05f8
parent47076272e75b2e77241782a16ab6626541f65c99 (diff)
downloademacs-a1e65d422f299129b4805a35538336db33f9347e.tar.gz
emacs-a1e65d422f299129b4805a35538336db33f9347e.zip
lisp/loadhist.el (unload-feature-special-hooks): Add some hooks (bug#5327).
-rw-r--r--lisp/ChangeLog6
-rw-r--r--lisp/loadhist.el32
2 files changed, 26 insertions, 12 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 361b2d8087f..e024646cd26 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12011-07-11 Juanma Barranquero <lekktu@gmail.com>
2
3 * loadhist.el (unload-feature-special-hooks):
4 Add `auto-coding-functions', `fill-nobreak-predicate' and
5 `find-directory-functions' (bug#5327).
6
12011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org> 72011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 8
3 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138). 9 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
diff --git a/lisp/loadhist.el b/lisp/loadhist.el
index 943eac42b02..0b569199935 100644
--- a/lisp/loadhist.el
+++ b/lisp/loadhist.el
@@ -115,20 +115,28 @@ from a file."
115(defvaralias 'loadhist-hook-functions 'unload-feature-special-hooks) 115(defvaralias 'loadhist-hook-functions 'unload-feature-special-hooks)
116(defvar unload-feature-special-hooks 116(defvar unload-feature-special-hooks
117 '(after-change-functions after-insert-file-functions 117 '(after-change-functions after-insert-file-functions
118 after-make-frame-functions auto-fill-function before-change-functions 118 after-make-frame-functions auto-coding-functions
119 auto-fill-function before-change-functions
119 blink-paren-function buffer-access-fontify-functions 120 blink-paren-function buffer-access-fontify-functions
120 choose-completion-string-functions comint-output-filter-functions 121 choose-completion-string-functions
121 command-line-functions comment-indent-function compilation-finish-functions 122 comint-output-filter-functions command-line-functions
123 comment-indent-function compilation-finish-functions
122 delete-frame-functions disabled-command-function 124 delete-frame-functions disabled-command-function
123 find-file-not-found-functions font-lock-beginning-of-syntax-function 125 fill-nobreak-predicate find-directory-functions
124 font-lock-fontify-buffer-function font-lock-fontify-region-function 126 find-file-not-found-functions
125 font-lock-mark-block-function font-lock-syntactic-face-function 127 font-lock-beginning-of-syntax-function
126 font-lock-unfontify-buffer-function font-lock-unfontify-region-function 128 font-lock-fontify-buffer-function
127 kill-buffer-query-functions kill-emacs-query-functions lisp-indent-function 129 font-lock-fontify-region-function
128 mouse-position-function redisplaylay-end-trigger-functions 130 font-lock-mark-block-function
129 suspend-tty-functions temp-buffer-show-function window-scroll-functions 131 font-lock-syntactic-face-function
130 window-size-change-functions write-contents-functions write-file-functions 132 font-lock-unfontify-buffer-function
131 write-region-annotate-functions) 133 font-lock-unfontify-region-function
134 kill-buffer-query-functions kill-emacs-query-functions
135 lisp-indent-function mouse-position-function
136 redisplaylay-end-trigger-functions suspend-tty-functions
137 temp-buffer-show-function window-scroll-functions
138 window-size-change-functions write-contents-functions
139 write-file-functions write-region-annotate-functions)
132 "A list of special hooks from Info node `(elisp)Standard Hooks'. 140 "A list of special hooks from Info node `(elisp)Standard Hooks'.
133 141
134These are symbols with hooklike values whose names don't end in 142These are symbols with hooklike values whose names don't end in