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/emacs23/files/patch-src__alloc.c | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'editors/emacs23/files/patch-src__alloc.c') diff --git a/editors/emacs23/files/patch-src__alloc.c b/editors/emacs23/files/patch-src__alloc.c index 80c226b6f778..e69de29bb2d1 100644 --- a/editors/emacs23/files/patch-src__alloc.c +++ b/editors/emacs23/files/patch-src__alloc.c @@ -1,15 +0,0 @@ ---- src/alloc.c.orig 2008-09-07 05:25:27.000000000 +0300 -+++ src/alloc.c 2008-09-07 05:25:27.000000000 +0300 -@@ -4573,8 +4573,12 @@ - needed on ia64 too. See mach_dep.c, where it also says inline - assembler doesn't work with relevant proprietary compilers. */ - #ifdef __sparc__ -+#ifdef __sparc64__ -+ asm ("flushw"); -+#else - asm ("ta 3"); - #endif -+#endif - - /* Save registers that we need to see on the stack. We need to see - registers used to hold register variables and registers used to -- cgit v1.2.3