summaryrefslogtreecommitdiff
path: root/editors/emacs/patches/patch-bc
diff options
context:
space:
mode:
Diffstat (limited to 'editors/emacs/patches/patch-bc')
-rw-r--r--editors/emacs/patches/patch-bc12
1 files changed, 0 insertions, 12 deletions
diff --git a/editors/emacs/patches/patch-bc b/editors/emacs/patches/patch-bc
deleted file mode 100644
index 9d2d45e3185..00000000000
--- a/editors/emacs/patches/patch-bc
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-bc,v 1.2 1999/03/26 22:12:21 sommerfe 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)