diff options
author | Bill Wohler <wohler@newt.com> | 2011-07-03 19:17:42 -0700 |
---|---|---|
committer | Bill Wohler <wohler@newt.com> | 2011-07-03 19:17:42 -0700 |
commit | 54a5db74a373f36180e336e594d9b16154386dd8 (patch) | |
tree | 6c0138cbbf417674e3aa230d0002fbf04c245bb8 /lisp/mh-e/mh-e.el | |
parent | eb28a31248c9eccc0499060284c746bcd38a0c36 (diff) | |
download | emacs-54a5db74a373f36180e336e594d9b16154386dd8.tar.gz |
* mh-acros.el, mh-comp.el, mh-e.el, mh-folder.el, mh-letter.el:
* mh-mime.el, mh-search.el, mh-seq.el: Shush XEmacs compiler in
mh-do-in-xemacs block.
Diffstat (limited to 'lisp/mh-e/mh-e.el')
-rw-r--r-- | lisp/mh-e/mh-e.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el index 90803d183d2..eae7529e4d4 100644 --- a/lisp/mh-e/mh-e.el +++ b/lisp/mh-e/mh-e.el @@ -616,7 +616,8 @@ Output is expected to be shown to user, not parsed by MH-E." (mh-exchange-point-and-mark-preserving-active-mark)) ;; Shush compiler. -(defvar mark-active) ; XEmacs +(mh-do-in-xemacs + (defvar mark-active)) (defun mh-exchange-point-and-mark-preserving-active-mark () "Put the mark where point is now, and point where the mark is now. |