aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/emacs20-emcws/files/patch-ea
diff options
context:
space:
mode:
authorYoichi NAKAYAMA <yoichi@FreeBSD.org>2001-12-01 17:01:53 +0800
committerYoichi NAKAYAMA <yoichi@FreeBSD.org>2001-12-01 17:01:53 +0800
commit3bb6b61264de36a41313c39d286b73ae3974438c (patch)
tree2f84f952bf79a20958d7f6030760642f5ffae91d /japanese/emacs20-emcws/files/patch-ea
parent71243864875dfec88c0eecfa0ea39510fb24e491 (diff)
downloadfreebsd-ports-gnome-3bb6b61264de36a41313c39d286b73ae3974438c.tar.gz
freebsd-ports-gnome-3bb6b61264de36a41313c39d286b73ae3974438c.tar.zst
freebsd-ports-gnome-3bb6b61264de36a41313c39d286b73ae3974438c.zip
Update to emcws-20.7-20011002.gz and add mule-4.1 feature.
PR: ports/32320 Submitted by: MAINTAINER Reviewed by: ports-jp@jp.freebsd.org,knu(mentor)
Diffstat (limited to 'japanese/emacs20-emcws/files/patch-ea')
-rw-r--r--japanese/emacs20-emcws/files/patch-ea13
1 files changed, 13 insertions, 0 deletions
diff --git a/japanese/emacs20-emcws/files/patch-ea b/japanese/emacs20-emcws/files/patch-ea
new file mode 100644
index 000000000000..6d88c4506061
--- /dev/null
+++ b/japanese/emacs20-emcws/files/patch-ea
@@ -0,0 +1,13 @@
+--- lisp/help.el.orig Wed Nov 28 20:55:37 2001
++++ lisp/help.el Wed Nov 28 20:56:04 2001
+@@ -561,8 +561,8 @@
+ (load (expand-file-name
+ ;; fns-XX.YY.ZZ.el does not work on DOS filesystem.
+ (if (eq system-type 'ms-dos)
+- "fns.el"
+- (format "fns-%s.el" emacs-version))
++ "fnsemcws.el"
++ (format "fns-emcws-%s.el" emacs-version))
+ exec-directory)
+ ;; The file name fns-%s.el already has a .el extension.
+ nil nil t)