diff options
author | Yoichi NAKAYAMA <yoichi@FreeBSD.org> | 2001-12-01 09:01:53 +0000 |
---|---|---|
committer | Yoichi NAKAYAMA <yoichi@FreeBSD.org> | 2001-12-01 09:01:53 +0000 |
commit | 3bb6b61264de36a41313c39d286b73ae3974438c (patch) | |
tree | 2f84f952bf79a20958d7f6030760642f5ffae91d /japanese/emacs-emcws/files/patch-eb | |
parent | Update 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)
Diffstat (limited to 'japanese/emacs-emcws/files/patch-eb')
-rw-r--r-- | japanese/emacs-emcws/files/patch-eb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/japanese/emacs-emcws/files/patch-eb b/japanese/emacs-emcws/files/patch-eb new file mode 100644 index 000000000000..83cc685c15c3 --- /dev/null +++ b/japanese/emacs-emcws/files/patch-eb @@ -0,0 +1,17 @@ +--- lisp/loadup.el.orig Wed Nov 28 20:54:00 2001 ++++ lisp/loadup.el Wed Nov 28 20:55:24 2001 +@@ -280,11 +280,11 @@ + (expand-file-name + (cond + ((eq system-type 'ms-dos) +- "../lib-src/fns.el") ++ "../lib-src/fnsemcws.el") + ((eq system-type 'windows-nt) +- (format "../../../lib-src/fns-%s.el" emacs-version)) ++ (format "../../../lib-src/fns-emcws-%s.el" emacs-version)) + (t +- (format "../lib-src/fns-%s.el" emacs-version))) ++ (format "../lib-src/fns-emcws-%s.el" emacs-version))) + invocation-directory)) + (erase-buffer) + (setq load-history nil)) |