summaryrefslogtreecommitdiff
path: root/japanese/emacs-emcws/files/patch-ea
diff options
context:
space:
mode:
authorYoichi NAKAYAMA <yoichi@FreeBSD.org>2001-12-01 09:01:53 +0000
committerYoichi NAKAYAMA <yoichi@FreeBSD.org>2001-12-01 09:01:53 +0000
commit3bb6b61264de36a41313c39d286b73ae3974438c (patch)
tree2f84f952bf79a20958d7f6030760642f5ffae91d /japanese/emacs-emcws/files/patch-ea
parentUpdate checksums because distfiles were rerolled without version bump. (diff)
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)
Notes
Notes: svn path=/head/; revision=50798
Diffstat (limited to 'japanese/emacs-emcws/files/patch-ea')
-rw-r--r--japanese/emacs-emcws/files/patch-ea13
1 files changed, 13 insertions, 0 deletions
diff --git a/japanese/emacs-emcws/files/patch-ea b/japanese/emacs-emcws/files/patch-ea
new file mode 100644
index 000000000000..6d88c4506061
--- /dev/null
+++ b/japanese/emacs-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)