aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-03-01 20:07:49 +0000
committerGlenn Morris2008-03-01 20:07:49 +0000
commit2994902a288df56bdb3e45fb0435cd1c86f1b01d (patch)
treef1c48a8fac77e4be6a706547a4cf24ae21d6e983
parentc01e3aa1dd399f959b57e810c28da6faa6739a5f (diff)
downloademacs-2994902a288df56bdb3e45fb0435cd1c86f1b01d.tar.gz
emacs-2994902a288df56bdb3e45fb0435cd1c86f1b01d.zip
(zmacs-region-stays): Define for compiler once only.
-rw-r--r--lisp/emulation/edt.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/emulation/edt.el b/lisp/emulation/edt.el
index eca3ce0f400..2d54c53c174 100644
--- a/lisp/emulation/edt.el
+++ b/lisp/emulation/edt.el
@@ -334,7 +334,6 @@ This means that an edt-user.el file was found in the user's `load-path'.")
334(defvar edt-last-copied-word nil 334(defvar edt-last-copied-word nil
335 "Last word that the user copied.") 335 "Last word that the user copied.")
336 336
337(defvar zmacs-region-stays)
338 337
339;;;; 338;;;;
340;;;; EDT Emulation Commands 339;;;; EDT Emulation Commands