summaryrefslogtreecommitdiff
path: root/editors/emacs23/files/patch-sources.el
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2011-02-11 03:06:02 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2011-02-11 03:06:02 +0000
commitf259566108892351d3632c07a73d13c19134360f (patch)
treed8c04c2dd9d515238e6ff20e97948fc22f7f82be /editors/emacs23/files/patch-sources.el
parent- Update to 1.16.2 (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_4_0'.release/7.4.0
Diffstat (limited to 'editors/emacs23/files/patch-sources.el')
-rw-r--r--editors/emacs23/files/patch-sources.el10
1 files changed, 0 insertions, 10 deletions
diff --git a/editors/emacs23/files/patch-sources.el b/editors/emacs23/files/patch-sources.el
deleted file mode 100644
index 659786ce208a..000000000000
--- a/editors/emacs23/files/patch-sources.el
+++ /dev/null
@@ -1,10 +0,0 @@
-
-$FreeBSD: /tmp/pcvs/ports/editors/emacs23/files/patch-sources.el,v 1.3 2009-12-20 20:19:17 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"))