aboutsummaryrefslogtreecommitdiff
path: root/editors/emacs/files/patch-sources.el
blob: 5d557d807f30f89ed7238a5fe12fc49c8b5a9e6a (plain) (blame)
1
2
3
4
5
6
7
8
9
10

$FreeBSD: /tmp/pcvs/ports/editors/emacs/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"))