ports/editors/emacs-devel/files/patch-sources.el
Mathieu Arnold 590fe7e77c Fixup props on patches.
With hat:	portmgr
Sponsored by:	Absolight
2014-01-22 17:40:44 +00:00

10 lines
239 B
EmacsLisp

$FreeBSD$
--- /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"))