瀏覽代碼

Remove useless call to `wl-thread-open-all'.

Carsten Dominik 16 年之前
父節點
當前提交
f640c8982a
共有 2 個文件被更改,包括 3 次插入2 次删除
  1. 3 0
      lisp/ChangeLog
  2. 0 2
      lisp/org-wl.el

+ 3 - 0
lisp/ChangeLog

@@ -1,5 +1,8 @@
 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
 
+	* org-wl.el (org-wl-open): Remove useless call to
+	`wl-thread-open-all'.
+
 	* org-remember.el (org-remember-handler): Fix bug with `bottom'
 	location.
 

+ 0 - 2
lisp/org-wl.el

@@ -67,7 +67,6 @@
 (declare-function wl-summary-registered-temp-mark "ext:wl-action" (number))
 (declare-function wl-folder-goto-folder-subr "ext:wl-folder"
 		  (&optional folder sticky))
-(declare-function wl-thread-open-all "ext:wl-thread" ())
 (defvar wl-init)
 (defvar wl-summary-buffer-elmo-folder)
 (defvar wl-summary-buffer-folder-name)
@@ -135,7 +134,6 @@
 	;; in the old buffer.
 	(set-buffer old-buf)
 	(goto-char old-point))
-     (wl-thread-open-all)
      (and (wl-summary-jump-to-msg-by-message-id (org-add-angle-brackets
 						  article))
 	   (wl-summary-redisplay)))))