mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
- Re-add accidentally removed diff in r335977, and unbreak port
This commit is contained in:
parent
938cd74f7f
commit
08c9131679
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336238
10
editors/emacs-devel/files/patch-sources.el
Normal file
10
editors/emacs-devel/files/patch-sources.el
Normal file
@ -0,0 +1,10 @@
|
||||
|
||||
$FreeBSD: head/editors/emacs-devel/files/patch-sources.el 300896 2012-07-14 13:54:48Z beat $
|
||||
|
||||
--- /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"))
|
Loading…
Reference in New Issue
Block a user