summaryrefslogtreecommitdiff
path: root/japanese/navi2ch-emacs20/files/patch-ae
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2001-07-29 19:17:35 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2001-07-29 19:17:35 +0000
commit99bc4f57da9d8d3e4302d18b292215418652c694 (patch)
treea36ae87b2e87d5217afaf5d4c8bb4371da6abf65 /japanese/navi2ch-emacs20/files/patch-ae
parentTypo in dependency line (xml-i18-tools -> xml-i18n-tools). (diff)
fix various problems of this version.
Notes
Notes: svn path=/head/; revision=45591
Diffstat (limited to '')
-rw-r--r--japanese/navi2ch-emacs20/files/patch-ae14
1 files changed, 14 insertions, 0 deletions
diff --git a/japanese/navi2ch-emacs20/files/patch-ae b/japanese/navi2ch-emacs20/files/patch-ae
new file mode 100644
index 000000000000..bfa3b7a4e969
--- /dev/null
+++ b/japanese/navi2ch-emacs20/files/patch-ae
@@ -0,0 +1,14 @@
+--- navi2ch-util.el.orig Thu Jul 26 23:56:48 2001
++++ navi2ch-util.el Mon Jul 30 03:41:39 2001
+@@ -256,7 +256,10 @@
+
+
+ (defun navi2ch-browse-url (url)
+- (browse-url url browse-url-new-window-p))
++ (browse-url
++ url
++ (cond ((get 'browse-url-new-window-p 'custom-type) browse-url-new-window-p)
++ ((get 'browse-url-new-window-flag 'custom-type) browse-url-new-window-flag))))
+
+ ;; from apel
+ (defun navi2ch-put-alist (item value alist)