opnsense-ports/editors/emacs-devel/files/sources.el.in
Franco Fichtner 33b5b65ce9 */*: sync with upstream
Taken from: FreeBSD
2016-10-02 01:42:53 +02:00

4 lines
178 B
EmacsLisp

;;; Path to Emacs C Sources.
(when (string-match (regexp-quote "%%EMACS_VER%%") emacs-version)
(setq find-function-C-source-directory
"%%DATADIR%%/%%EMACS_VER%%/src"))