summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2011-06-04 23:30:14 +0200
committerJuanma Barranquero <lekktu@gmail.com>2011-06-04 23:30:14 +0200
commitd30550b193d253aa054816f21b6f6a190ee7b3a1 (patch)
tree10392a5d86164e70f677f6894fe1abc29321a1f0
parent8b3115e7025b5091b2a7cd68f6ac3442964b59e5 (diff)
downloademacs-d30550b193d253aa054816f21b6f6a190ee7b3a1.tar.gz
lisp/loadhist.el (unload-feature-special-hooks): Add comint-output-filter-functions.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/loadhist.el20
2 files changed, 15 insertions, 10 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 965886b02ae..8abc61b4abb 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2011-06-04 Juanma Barranquero <lekktu@gmail.com>
+
+ * loadhist.el (unload-feature-special-hooks):
+ Add `comint-output-filter-functions'.
+
2011-05-27 Kenichi Handa <handa@m17n.org>
* mail/sendmail.el (mail-encode-header): Avoid double encoding by
diff --git a/lisp/loadhist.el b/lisp/loadhist.el
index 17f4035bf2a..2c359618bf6 100644
--- a/lisp/loadhist.el
+++ b/lisp/loadhist.el
@@ -118,16 +118,16 @@ 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
- choose-completion-string-functions command-line-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 suspend-tty-functions
- temp-buffer-show-function window-scroll-functions
+ choose-completion-string-functions comint-output-filter-functions
+ command-line-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 redisplaylay-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'.