Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9bf211ad
Commit
9bf211ad
authored
Oct 10, 2005
by
Andreas Schwab
Browse files
(tex-font-lock-keywords-2): Adjust match number.
parent
fde7576e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/textmodes/tex-mode.el
lisp/textmodes/tex-mode.el
+1
-1
No files found.
lisp/ChangeLog
View file @
9bf211ad
2005-10-10 Andreas Schwab <schwab@suse.de>
* textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
* Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
outside source directory.
...
...
lisp/textmodes/tex-mode.el
View file @
9bf211ad
...
...
@@ -577,7 +577,7 @@ An alternative value is \" . \", if you use a font with a narrow period."
;; This is separate from the previous one because of cases like
;; {\em foo {\bf bar} bla} where both match.
(list (concat "\\\\\\(bf\\(series\\)?\\)\\>" args)
2
'(tex-font-lock-append-prop 'bold) 'append)))))
3
'(tex-font-lock-append-prop 'bold) 'append)))))
"Gaudy expressions to highlight in TeX modes.")
(defun tex-font-lock-suscript (pos)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment