mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
13 lines
417 B
Plaintext
13 lines
417 B
Plaintext
$NetBSD: patch-bc,v 1.1.1.1 2003/04/11 00:31:45 uebayasi Exp $
|
|
|
|
--- /dev/null Fri Mar 26 07:52:59 1999
|
|
+++ lisp/site-init.el Wed Mar 24 09:37:17 1999
|
|
@@ -0,0 +1,7 @@
|
|
+;; NetBSD puts info files in /usr/share.
|
|
+(setq Info-default-directory-list
|
|
+ (cons "/usr/share/info/"
|
|
+ Info-default-directory-list))
|
|
+
|
|
+(autoload 'send-pr "/usr/share/gnats/send-pr.el"
|
|
+ "Command to create and send a problem report." t)
|