summaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authorsf <sf@FreeBSD.org>2001-07-19 06:33:28 +0000
committersf <sf@FreeBSD.org>2001-07-19 06:33:28 +0000
commit5c416ded5d89f939c12dedef792db725ca798f83 (patch)
tree9315603efacb37cacc501865b5f3141931cb1be0 /japanese
parent595343b44add1e1dd3548f4b360d6028cf05868e (diff)
downloadFreeBSD-ports-5c416ded5d89f939c12dedef792db725ca798f83.zip
FreeBSD-ports-5c416ded5d89f939c12dedef792db725ca798f83.tar.gz
remove stale patch.
Submitted by: SASAKI Katuhiro <sahiro@crest.ocn.ne.jp>
Diffstat (limited to 'japanese')
-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 0dfe0f6..0000000
--- 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
OpenPOWER on IntegriCloud