ports/editors/emacs-devel/files/patch-sources.el
Philip M. Gollucci 1b83dffcf9 Part 2:
- Add WITH_SOURCES option

PR:             ports/134875
Approved by:    maintainer
Submitted by:   Ashish SHUKLA <wahjava@gmail.com>
2009-06-17 03:51:58 +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"))