diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-03-25 09:57:24 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-03-25 09:57:24 +0000 |
commit | e30033c325dcc680296f007804d9f3d279c5053b (patch) | |
tree | f729f603e951438e96bc256697ac03da1a56647b /app-emacs/jde | |
parent | dev-util/regexxer: gtkmm's accessibility is now always enabled (see bug #247249) (diff) | |
download | gentoo-2-e30033c325dcc680296f007804d9f3d279c5053b.tar.gz gentoo-2-e30033c325dcc680296f007804d9f3d279c5053b.tar.bz2 gentoo-2-e30033c325dcc680296f007804d9f3d279c5053b.zip |
Slightly update patch to apply without fuzz.
(Portage version: 2.2_rc27/cvs/Linux i686)
Diffstat (limited to 'app-emacs/jde')
-rw-r--r-- | app-emacs/jde/files/jde-2.3.5.1-import.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emacs/jde/files/jde-2.3.5.1-import.patch b/app-emacs/jde/files/jde-2.3.5.1-import.patch index b8c826e6ad9e..8a520a6c9618 100644 --- a/app-emacs/jde/files/jde-2.3.5.1-import.patch +++ b/app-emacs/jde/files/jde-2.3.5.1-import.patch @@ -3,7 +3,8 @@ http://patch-tracking.debian.net/patch/series/view/jde/2.3.5.1-5/0008-lisp-jde-i --- jde-2.3.5.1-orig/lisp/jde-import.el 2006-02-19 15:22:36.000000000 +0100 +++ jde-2.3.5.1/lisp/jde-import.el 2009-03-21 08:49:49.000000000 +0100 -@@ -495,15 +495,17 @@ +@@ -494,16 +494,18 @@ + (name (semantic-tag-name import)) (classname (jde-import-get-classname name)) (case-fold-search nil) - (number-of-matches |