diff options
| author | Ashish SHUKLA <ashish@FreeBSD.org> | 2016-10-02 05:07:22 +0000 |
|---|---|---|
| committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2016-10-02 05:07:22 +0000 |
| commit | 5b974a37af175c2ea24904cef7a394b8be873807 (patch) | |
| tree | 30a582870dab03b1f4fd4fcfd8b9923f1972b3fe /editors/emacs-devel/files | |
| parent | databases/mariadb101: Fix stage-QA for client (diff) | |
GNU Emacs updates
editors/emacs:
- Update to 25.1[1]
- Update CANNA patchset[2]
- Cleanup CONFLICTS_INSTALL list[1]
- Add LLDB option for lldb support (provided by 3rd party) to GUD[1]
- Add various other options, and re-order options[1]
- Incorporate games stuff in pkg-plist[1]
- Remove outdated diffs[1]
editors/emacs-nox11:
- Update to 25.1[3]
- Cleanup CONFLICTS_INSTALL list[3]
editors/emacs-devel:
- Update to git revision 25dca60d
Mk/bsd.emacs.mk:
- Update version numbers[4]
PR: 212807 [1], 212808 [3], 212809 [4]
Submitted by: Joseph Mingrone <jrm@ftfl.ca> [1][3][4]
TAKANO Yuji <takachan@running-dog.net> (private email) [2]
Diffstat (limited to 'editors/emacs-devel/files')
| -rw-r--r-- | editors/emacs-devel/files/patch-sources.el | 7 | ||||
| -rw-r--r-- | editors/emacs-devel/files/sources.el.in | 4 |
2 files changed, 4 insertions, 7 deletions
diff --git a/editors/emacs-devel/files/patch-sources.el b/editors/emacs-devel/files/patch-sources.el deleted file mode 100644 index ee44f5c0881f..000000000000 --- a/editors/emacs-devel/files/patch-sources.el +++ /dev/null @@ -1,7 +0,0 @@ ---- 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")) diff --git a/editors/emacs-devel/files/sources.el.in b/editors/emacs-devel/files/sources.el.in new file mode 100644 index 000000000000..3f5929f3aa96 --- /dev/null +++ b/editors/emacs-devel/files/sources.el.in @@ -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")) |
