summaryrefslogtreecommitdiff
path: root/editors/emacs22/files/patch-sources.el
diff options
context:
space:
mode:
Diffstat (limited to 'editors/emacs22/files/patch-sources.el')
-rw-r--r--editors/emacs22/files/patch-sources.el10
1 files changed, 0 insertions, 10 deletions
diff --git a/editors/emacs22/files/patch-sources.el b/editors/emacs22/files/patch-sources.el
deleted file mode 100644
index 30ba472dd58d..000000000000
--- a/editors/emacs22/files/patch-sources.el
+++ /dev/null
@@ -1,10 +0,0 @@
-
-$FreeBSD: /tmp/pcvs/ports/editors/emacs22/files/Attic/patch-sources.el,v 1.1 2009-09-07 19:33:30 bsam Exp $
-
---- /dev/null
-+++ sources.el
-@@ -0,0 +1,4 @@
-+;;; Path to Emacs C Sources.
-+(when (string-match (regexp-quote "%%EMACS_VER%%") emacs-version)
-+ (setq find-function-C-source-directory
-+ "%%DATADIR%%/%%EMACS_VER%%/src"))