summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2017-01-11 18:44:51 +0100
committerUlrich Müller <ulm@gentoo.org>2017-01-11 18:59:49 +0100
commit39be8dbae6e361e8ef50349ffd7eccd7844797d7 (patch)
treec0356ed21e993e1ff73f263f2f04a56c7028c0c9 /app-emacs/auctex/files
parentgames-simulation/flightgear: Fixed dependencies (bug #605386). (diff)
downloadgentoo-39be8dbae6e361e8ef50349ffd7eccd7844797d7.tar.gz
gentoo-39be8dbae6e361e8ef50349ffd7eccd7844797d7.tar.bz2
gentoo-39be8dbae6e361e8ef50349ffd7eccd7844797d7.zip
app-emacs/auctex: Remove old.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-emacs/auctex/files')
-rw-r--r--app-emacs/auctex/files/auctex-11.87-jit-lock.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/app-emacs/auctex/files/auctex-11.87-jit-lock.patch b/app-emacs/auctex/files/auctex-11.87-jit-lock.patch
deleted file mode 100644
index 5063a2f8d408..000000000000
--- a/app-emacs/auctex/files/auctex-11.87-jit-lock.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-commit 5b5ef6eeb0468c273a329a05d31b3788fd46b5d7
-Author: Mosè Giordano <giordano.mose@libero.it>
-Date: Sun May 12 12:01:37 2013 +0200
-
- Temporary fix for font-latex-jit-lock-force-redisplay.
-
- * font-latex.el (font-latex-jit-lock-force-redisplay): Don't rely
- on existing `jit-lock-force-redisplay' because recent bzr Emacs
- broke compatibility changing the number of arguments. Reported by
- Robert Goldman.
-
---- auctex-11.87-orig/font-latex.el
-+++ auctex-11.87/font-latex.el
-@@ -1220,8 +1220,6 @@
-
- (defun font-latex-jit-lock-force-redisplay (buf start end)
- "Compatibility for Emacsen not offering `jit-lock-force-redisplay'."
-- (if (fboundp 'jit-lock-force-redisplay)
-- (jit-lock-force-redisplay buf start end)
- ;; The following block is an expansion of `jit-lock-force-redisplay'
- ;; and involved macros taken from CVS Emacs on 2007-04-28.
- (with-current-buffer buf
-@@ -1236,7 +1234,7 @@
- buffer-file-truename)
- (put-text-property start end 'fontified t))
- (unless modified
-- (restore-buffer-modified-p nil)))))))
-+ (restore-buffer-modified-p nil))))))
-
- (defun font-latex-fontify-region (beg end &optional loudly)
- "Fontify region from BEG to END.