diff options
Diffstat (limited to 'editors/emacs/files/patch-sources.el')
-rw-r--r-- | editors/emacs/files/patch-sources.el | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/editors/emacs/files/patch-sources.el b/editors/emacs/files/patch-sources.el deleted file mode 100644 index f292fb768fec..000000000000 --- a/editors/emacs/files/patch-sources.el +++ /dev/null @@ -1,7 +0,0 @@ ---- /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")) |