Dr. Werner Fink 2013-06-06 10:29:14 +00:00 committed by Git OBS Bridge
parent 5587e46978
commit e1f159163d
3 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,13 @@
--- font-latex.el 2011/05/01 14:54:21 5.193
+++ font-latex.el 2012/07/04 06:11:58 5.194
@@ -1952,8 +1952,8 @@
(symbol-function 'font-latex-make-built-in-keywords))
(dolist (elt font-latex-built-in-keyword-classes)
(let ((name (nth 0 elt)))
- (byte-compile (intern (concat "font-latex-" name)))
- (byte-compile (intern (concat "font-latex-" name "-make"))))))
+ (byte-compile (intern (concat "font-latex-match-" name)))
+ (byte-compile (intern (concat "font-latex-match-" name "-make"))))))
;; Provide ourselves:

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jun 6 10:27:26 UTC 2013 - werner@suse.de
- Add fix from upstream to make GNU emacs 24.3 silent about font-late.elc
was reported by Johannes Roth
-------------------------------------------------------------------
Fri Feb 22 17:08:38 UTC 2013 - werner@suse.de

View File

@ -50,6 +50,7 @@ Url: http://www.gnu.org/software/auctex
Patch: auctex-11.86.dif
Patch1: auctex-11.85-preview.dif
Patch2: auctex-11.86-dinbrief.dif
Patch3: auctex-11.86-font-latex.5.194.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
@ -75,6 +76,7 @@ you cannot use this package for XEmacs.
%patch
%patch1
%patch2
%patch3
%build
unset ${!LC_*}