From f1f69ce2f9eaaeae7bf8935a9169b9dcab0371ff Mon Sep 17 00:00:00 2001 From: Boris Samorodov Date: Mon, 7 Sep 2009 19:33:30 +0000 Subject: Updat GNU Emacs to v. 23.1. Emacs 23 has a wide variety of new features, including: * Improved Unicode support. * Font rendering with Fontconfig and Xft. * Support for using X displays and text terminals in one session, and for running as a daemon. * Support for multi-file commits in distributed version-control systems (VC-dir). * New modes and packages for viewing PDF and postscript files (Doc-view mode), connecting to processes through D-Bus (dbus), connecting to the GNU Privacy Guard (EasyPG), editing XML documents (nXML mode), editing Ruby programs (Ruby mode), and more. Detailed list is available at: http://www.gnu.org/software/emacs/NEWS.23.1 PR: ports/137956 Submitted by: Ashish SHUKLA Approved by: keramida@ceid.upatras.gr (maintainer tineout, 19 days) --- editors/emacs/files/patch-sources.el | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 editors/emacs/files/patch-sources.el (limited to 'editors/emacs/files/patch-sources.el') diff --git a/editors/emacs/files/patch-sources.el b/editors/emacs/files/patch-sources.el new file mode 100644 index 000000000000..f7aecd0337ce --- /dev/null +++ b/editors/emacs/files/patch-sources.el @@ -0,0 +1,10 @@ + +$FreeBSD: /tmp/pcvs/ports/editors/emacs/files/patch-sources.el,v 1.1 2009-09-07 19:33:30 bsam Exp $ + +--- /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")) -- cgit v1.2.3