mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
10 lines
239 B
EmacsLisp
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"))
|