diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-11-01 20:35:40 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-11-01 20:35:58 +0100 |
commit | d35984458ab7ff72ca82cbb7549e9982982029de (patch) | |
tree | 3b00030440eab5f22d4110e10d7c25d1dea333fa /app-emacs/quilt-el/files | |
parent | app-emacs/auctex: Remove old. (diff) | |
download | gentoo-d35984458ab7ff72ca82cbb7549e9982982029de.tar.gz gentoo-d35984458ab7ff72ca82cbb7549e9982982029de.tar.bz2 gentoo-d35984458ab7ff72ca82cbb7549e9982982029de.zip |
app-emacs/quilt-el: Remove old.
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/quilt-el/files')
-rw-r--r-- | app-emacs/quilt-el/files/quilt-el-0.48.0-tramp-recursion.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/app-emacs/quilt-el/files/quilt-el-0.48.0-tramp-recursion.patch b/app-emacs/quilt-el/files/quilt-el-0.48.0-tramp-recursion.patch deleted file mode 100644 index aa1bf5c97e8d..000000000000 --- a/app-emacs/quilt-el/files/quilt-el-0.48.0-tramp-recursion.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- quilt-el-0.48.0-orig/quilt.el -+++ quilt-el-0.48.0/quilt.el -@@ -49,7 +49,7 @@ - - (defun quilt-find-dir (fn) - "Return the top level dir of quilt from FN." -- (if (or (not fn) (equal fn "/")) -+ (if (or (not fn) (equal fn (file-name-directory fn))) - nil - (let ((d (file-name-directory fn))) - (if (file-accessible-directory-p (concat d "/.pc")) |