mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
28bbc23248
Repo-copied from emacs20-emcws. Submitted by: nakaji@jp.freebsd.org
14 lines
458 B
EmacsLisp
14 lines
458 B
EmacsLisp
--- lisp/help.el.orig Mon Oct 1 16:01:24 2001
|
|
+++ lisp/help.el Wed Apr 10 16:55:14 2002
|
|
@@ -593,8 +593,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)
|