ports/editors/emacs-devel/files/patch-sources.el
Ashish SHUKLA 31c25245ab - Update to latest pretest 25.0.90[1]
- Switch to GNU mirrors
- Add XWIDGET option[1]
- Fix portlint warnings[1]

PR:		206813
Submitted by:	Joseph Mingrone <jrm at ftfl.ca>[1]
2016-02-07 22:46:55 +00:00

7 lines
257 B
EmacsLisp

--- sources.el.orig 2016-02-01 06:06:37 UTC
+++ 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"))