emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100592: lisp/loadhist.el (unload-


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100592: lisp/loadhist.el (unload-feature-special-hooks): Add comint-output-filter-functions.
Date: Sat, 04 Jun 2011 23:30:14 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 100592
committer: Juanma Barranquero <address@hidden>
branch nick: emacs-23
timestamp: Sat 2011-06-04 23:30:14 +0200
message:
  lisp/loadhist.el (unload-feature-special-hooks): Add 
comint-output-filter-functions.
modified:
  lisp/ChangeLog
  lisp/loadhist.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-05-27 04:54:39 +0000
+++ b/lisp/ChangeLog    2011-06-04 21:30:14 +0000
@@ -1,3 +1,8 @@
+2011-06-04  Juanma Barranquero  <address@hidden>
+
+       * loadhist.el (unload-feature-special-hooks):
+       Add `comint-output-filter-functions'.
+
 2011-05-27  Kenichi Handa  <address@hidden>
 
        * mail/sendmail.el (mail-encode-header): Avoid double encoding by

=== modified file 'lisp/loadhist.el'
--- a/lisp/loadhist.el  2011-01-02 23:50:46 +0000
+++ b/lisp/loadhist.el  2011-06-04 21:30:14 +0000
@@ -118,16 +118,16 @@
   '(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'.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]