diff options
-rw-r--r-- | lisp/progmodes/pascal.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/progmodes/pascal.el b/lisp/progmodes/pascal.el index cae514aa75b..26fb0a88c53 100644 --- a/lisp/progmodes/pascal.el +++ b/lisp/progmodes/pascal.el @@ -510,9 +510,7 @@ This puts the mark at the end, and point at the beginning." (push-mark) (pascal-end-of-defun) (push-mark) - (pascal-beg-of-defun) - (when (featurep 'xemacs) - (zmacs-activate-region))) + (pascal-beg-of-defun)) (defun pascal-comment-area (start end) "Put the region into a Pascal comment.\\<pascal-mode-map> |