summaryrefslogtreecommitdiff
path: root/editors/emacs
diff options
context:
space:
mode:
authorsommerfe <sommerfe>1999-02-28 18:30:07 +0000
committersommerfe <sommerfe>1999-02-28 18:30:07 +0000
commit3d002b8e68632fbec7b8b1be9106b173b717c53f (patch)
tree887fffeabc2133f52b91d22c142ec2b09aea3755 /editors/emacs
parent5e087fd9e7f2d782f0af8db7583c031b52af45f8 (diff)
downloadpkgsrc-3d002b8e68632fbec7b8b1be9106b173b717c53f.tar.gz
-current has info files in /usr/share/info now.
Let emacs know this..
Diffstat (limited to 'editors/emacs')
-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))