Mercurial > emacs
changeset 84627:2b86b3a54870
(tex-verbatim-environments): Eliminate CL dependency.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 17 Sep 2007 22:22:39 +0000 |
parents | 7e125e461377 |
children | a214d45b560a |
files | lisp/textmodes/tex-mode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/tex-mode.el Mon Sep 17 16:40:58 2007 +0000 +++ b/lisp/textmodes/tex-mode.el Mon Sep 17 22:22:39 2007 +0000 @@ -636,7 +636,7 @@ (defvar tex-verbatim-environments '("verbatim" "verbatim*")) (put 'tex-verbatim-environments 'safe-local-variable - (lambda (x) (require 'cl) (every 'stringp x))) + (lambda (x) (null (delq t (mapcar 'stringp x))))) (defvar tex-font-lock-syntactic-keywords '((eval . `(,(concat "^\\\\begin *{"