projects
/
elisp
/
wanderlust.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43bef88
)
* wl-news.el.in (wl-news): Add `delete-other-windows'.
author
okada
<okada>
Fri, 20 Dec 2002 15:48:53 +0000
(15:48 +0000)
committer
okada
<okada>
Fri, 20 Dec 2002 15:48:53 +0000
(15:48 +0000)
wl/ChangeLog
patch
|
blob
|
history
wl/wl-news.el.in
patch
|
blob
|
history
diff --git
a/wl/ChangeLog
b/wl/ChangeLog
index
f1d3e0f
..
75f97fa
100644
(file)
--- a/
wl/ChangeLog
+++ b/
wl/ChangeLog
@@
-1,5
+1,9
@@
2002-12-21 Kenichi OKADA <okada@opaopa.org>
+ * wl-news.el.in (wl-news): Add `delete-other-windows'.
+
+2002-12-21 Kenichi OKADA <okada@opaopa.org>
+
* wl-news.el.in (wl-news): New function.
(wl-news-mode): New function.
(wl-news-next-line): New function.
diff --git
a/wl/wl-news.el.in
b/wl/wl-news.el.in
index
32c2445
..
3d5f411
100644
(file)
--- a/
wl/wl-news.el.in
+++ b/
wl/wl-news.el.in
@@
-175,6
+175,7
@@
(car lang) previous-version t)
(setq lang (cdr lang))))
(switch-to-buffer wl-news-buf-name)
+ (delete-other-windows)
(goto-char (point-min))))
(defun wl-news-next-line ()