]> code.delx.au - gnu-emacs/blobdiff - lisp/mh-e/mh-e.el
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-56
[gnu-emacs] / lisp / mh-e / mh-e.el
index b107de861153db7a75011f7ce0a5600afc4f8630..6bf9458b4598805441933482063952e29e712866 100644 (file)
@@ -623,7 +623,7 @@ Output is expected to be shown to user, not parsed by MH-E."
   (mh-exchange-point-and-mark-preserving-active-mark))
 
 ;; Shush compiler.
-(eval-when-compile (mh-do-in-xemacs (defvar mark-active)))
+(defvar mark-active)                    ; XEmacs
 
 (defun mh-exchange-point-and-mark-preserving-active-mark ()
   "Put the mark where point is now, and point where the mark is now.