summaryrefslogtreecommitdiff
path: root/misc/man.el/files/patch-i18n-man-ja.el
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 01:16:45 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 01:16:45 +0000
commit0d36ec3c7937d274f501258ddf1798b05e4f33c2 (patch)
treeb35c705d3b36af5129c9a15430528661add3b428 /misc/man.el/files/patch-i18n-man-ja.el
parentStage net-mgmt/routers2-extras and cleanup (diff)
Rename misc/ patch-xy patches to reflect the files they modify.
Notes
Notes: svn path=/head/; revision=363282
Diffstat (limited to 'misc/man.el/files/patch-i18n-man-ja.el')
-rw-r--r--misc/man.el/files/patch-i18n-man-ja.el10
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/man.el/files/patch-i18n-man-ja.el b/misc/man.el/files/patch-i18n-man-ja.el
new file mode 100644
index 000000000000..243488275807
--- /dev/null
+++ b/misc/man.el/files/patch-i18n-man-ja.el
@@ -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)