summaryrefslogtreecommitdiff
path: root/japanese/navi2ch-emacs20/files/patch-ab
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2001-07-19 06:33:28 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2001-07-19 06:33:28 +0000
commit6dfb4320745e6ae3842e626d700c9f23a5e9aa16 (patch)
tree2ecc67243fa9b7460fb4d4e20327e39bfedd0deb /japanese/navi2ch-emacs20/files/patch-ab
parento update to 1.0 RC1. (diff)
remove stale patch.
Submitted by: SASAKI Katuhiro <sahiro@crest.ocn.ne.jp>
Notes
Notes: svn path=/head/; revision=45237
Diffstat (limited to '')
-rw-r--r--japanese/navi2ch-emacs20/files/patch-ab27
1 files changed, 0 insertions, 27 deletions
diff --git a/japanese/navi2ch-emacs20/files/patch-ab b/japanese/navi2ch-emacs20/files/patch-ab
deleted file mode 100644
index 0dfe0f691e68..000000000000
--- a/japanese/navi2ch-emacs20/files/patch-ab
+++ /dev/null
@@ -1,27 +0,0 @@
---- navi2ch-board.el.orig Thu Jun 28 02:16:56 2001
-+++ navi2ch-board.el Thu Jun 28 23:31:38 2001
-@@ -234,11 +234,13 @@
- (force-mode-line-update))
-
- (defun navi2ch-board-save-old-subject-file (board)
-- (with-temp-file (navi2ch-board-get-file-name
-- board
-- navi2ch-board-old-subject-file-name)
-- (navi2ch-insert-file-contents (navi2ch-board-get-file-name board))))
--
-+ (let ((file (navi2ch-board-get-file-name board)))
-+ (when (file-exists-p file)
-+ (with-temp-file (navi2ch-board-get-file-name
-+ board
-+ navi2ch-board-old-subject-file-name)
-+ (navi2ch-insert-file-contents file)))))
-+
- (defun navi2ch-board-sync (&optional force first)
- (interactive "P")
- (save-excursion
-@@ -502,4 +504,4 @@
-
- (provide 'navi2ch-board)
-
--;;; navi2ch-board.el ends here
-+;;; navi2ch-board.el ends here