summaryrefslogtreecommitdiff
path: root/editors/emacs22/files/patch-sources.el
blob: 30ba472dd58db55569daf7d8ab894dc752691408 (plain) (blame)
1
2
3
4
5
6
7
8
9
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"))