]> code.delx.au - gnu-emacs/commitdiff
lisp/loadhist.el (unload-feature-special-hooks): Add comint-output-filter-functions.
authorJuanma Barranquero <lekktu@gmail.com>
Sat, 4 Jun 2011 21:30:14 +0000 (23:30 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Sat, 4 Jun 2011 21:30:14 +0000 (23:30 +0200)
lisp/ChangeLog
lisp/loadhist.el

index 965886b02ae10e61d38ebdd252fa4050a50f1005..8abc61b4abbb376c06a377af65b27e73fef5aa3a 100644 (file)
@@ -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
index 17f4035bf2a1cff3df1c54bad3cb0afcc1b6eb74..2c359618bf6f9912f80f2eafdceb46ffc5631acb 100644 (file)
@@ -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'.