summaryrefslogtreecommitdiff
path: root/editors/emacs/patches
diff options
context:
space:
mode:
authorsommerfe <sommerfe@pkgsrc.org>1999-02-28 18:30:07 +0000
committersommerfe <sommerfe@pkgsrc.org>1999-02-28 18:30:07 +0000
commit0d06d7940711b8083fde60ae573ea8bf193e097a (patch)
tree887fffeabc2133f52b91d22c142ec2b09aea3755 /editors/emacs/patches
parent016df42dd6ae6d620e7c121e9207192621110b57 (diff)
downloadpkgsrc-0d06d7940711b8083fde60ae573ea8bf193e097a.tar.gz
-current has info files in /usr/share/info now.
Let emacs know this..
Diffstat (limited to 'editors/emacs/patches')
-rw-r--r--editors/emacs/patches/patch-bc7
1 files changed, 7 insertions, 0 deletions
diff --git a/editors/emacs/patches/patch-bc b/editors/emacs/patches/patch-bc
new file mode 100644
index 00000000000..174cee04c6a
--- /dev/null
+++ b/editors/emacs/patches/patch-bc
@@ -0,0 +1,7 @@
+--- /dev/null Sat Feb 27 22:07:19 1999
++++ lisp/site-init.el Sat Feb 27 22:14:40 1999
+@@ -0,0 +1,4 @@
++;; NetBSD puts info files in /usr/share.
++(setq Info-default-directory-list
++ (cons "/usr/share/info/"
++ Info-default-directory-list))