diff options
author | flathill <flathill@FreeBSD.org> | 1998-12-16 11:33:30 +0000 |
---|---|---|
committer | flathill <flathill@FreeBSD.org> | 1998-12-16 11:33:30 +0000 |
commit | 66b8339472028f9de05962a2935437194e3f935f (patch) | |
tree | 2f5a642f11f7a7726d534439ab12799a916f88bd /misc/man.el/files | |
parent | 17d2c1a0522cfb4141a113d75f171674a272c3b2 (diff) | |
download | FreeBSD-ports-66b8339472028f9de05962a2935437194e3f935f.zip FreeBSD-ports-66b8339472028f9de05962a2935437194e3f935f.tar.gz |
PR: ports/9008
Submitted by: kiri@pis.toba-cmt.ac.jp
Bug fix i18n-man-ja.el
Diffstat (limited to 'misc/man.el/files')
-rw-r--r-- | misc/man.el/files/patch-aa | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/man.el/files/patch-aa b/misc/man.el/files/patch-aa new file mode 100644 index 0000000..92d7ba6 --- /dev/null +++ b/misc/man.el/files/patch-aa @@ -0,0 +1,10 @@ +--- i18n-man-ja.el~ Tue Dec 8 01:48:18 1998 ++++ i18n-man-ja.el Tue Dec 8 01:48:48 1998 +@@ -62,7 +62,6 @@ + "Hook for the Japanese manpage depend default coding system setting. + Also save original values of variable to the local variable temporary." + (setenv "LC_CTYPE" "ja_JP.EUC") +- (setenv "MANPATH" (format "/usr/share/man/ja:" (getenv "MANPATH"))) + (if (featurep 'mule) + (case emacs-major-version + (20 ;; XEmacs or Emacs-20.x (Mule-2.4, 3.0 or later)
\ No newline at end of file |