# HG changeset patch # User Richard M. Stallman # Date 1190067759 0 # Node ID 2b86b3a54870c64753bfca72f8f42f4eea1338c5 # Parent 7e125e461377fcb3c155b00688ba017181159c73 (tex-verbatim-environments): Eliminate CL dependency. diff -r 7e125e461377 -r 2b86b3a54870 lisp/textmodes/tex-mode.el --- 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 *{"