diff options
-rw-r--r-- | editors/emacs/patches/patch-bc | 7 |
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)) |