Gentoo Archives: gentoo-commits

From: "Andrey Grozin (grozin)" <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/texmacs/files: texmacs-1.0.7.15-tm-files.patch
Date: Wed, 02 May 2012 16:21:06
Message-Id: 20120502162053.934452004B@flycatcher.gentoo.org
1 grozin 12/05/02 16:20:53
2
3 Added: texmacs-1.0.7.15-tm-files.patch
4 Log:
5 Remove dependency on ispell closing #413363. Fixed an annoying typo in tm-file.scm in 1.0.7.15.
6
7 (Portage version: 2.2.0_alpha101/cvs/Linux i686)
8
9 Revision Changes Path
10 1.1 app-office/texmacs/files/texmacs-1.0.7.15-tm-files.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmacs/files/texmacs-1.0.7.15-tm-files.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmacs/files/texmacs-1.0.7.15-tm-files.patch?rev=1.1&content-type=text/plain
14
15 Index: texmacs-1.0.7.15-tm-files.patch
16 ===================================================================
17 diff -r -U1 TeXmacs-1.0.7.15-src.orig/TeXmacs/progs/texmacs/texmacs/tm-files.scm TeXmacs-1.0.7.15-src/TeXmacs/progs/texmacs/texmacs/tm-files.scm
18 --- TeXmacs-1.0.7.15-src.orig/TeXmacs/progs/texmacs/texmacs/tm-files.scm 2012-03-18 16:12:44.000000000 +0700
19 +++ TeXmacs-1.0.7.15-src/TeXmacs/progs/texmacs/texmacs/tm-files.scm 2012-05-02 22:39:52.000000000 +0700
20 @@ -206,2 +206,2 @@
21 (deprecated-function "get-name-buffer-path" "path->buffer")
22 - (path->buffer name))
23 + (path->buffer p))