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, 10 insertions, 0 deletions
diff --git a/editors/emacs22/files/patch-sources.el b/editors/emacs22/files/patch-sources.el
new file mode 100644
index 000000000000..30ba472dd58d
--- /dev/null
+++ b/editors/emacs22/files/patch-sources.el
@@ -0,0 +1,10 @@
+
+$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"))