aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorMarkus Rost2002-10-16 18:39:02 +0000
committerMarkus Rost2002-10-16 18:39:02 +0000
commit15fa165878655e2bcb85a9b2c2339eb74b746c36 (patch)
treec1e6070a564ddbd34a0045b4ded90c92a149b39d /lisp/textmodes
parentf541b8c65f128579537814b59f97c5e95f9f98d8 (diff)
downloademacs-15fa165878655e2bcb85a9b2c2339eb74b746c36.tar.gz
emacs-15fa165878655e2bcb85a9b2c2339eb74b746c36.zip
Move reftex-set-dirty to reftex-vars.el.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/reftex.el6
1 files changed, 0 insertions, 6 deletions
diff --git a/lisp/textmodes/reftex.el b/lisp/textmodes/reftex.el
index 70d20dcf354..5bdc1702e9e 100644
--- a/lisp/textmodes/reftex.el
+++ b/lisp/textmodes/reftex.el
@@ -282,12 +282,6 @@
282(defvar reftex-tables-dirty t 282(defvar reftex-tables-dirty t
283 "Flag showing if tables need to be re-computed.") 283 "Flag showing if tables need to be re-computed.")
284 284
285(eval-and-compile
286 (defun reftex-set-dirty (symbol value)
287 (setq reftex-tables-dirty t)
288 (set symbol value)))
289
290
291;;; ========================================================================= 285;;; =========================================================================
292;;; 286;;;
293;;; Configuration variables 287;;; Configuration variables