]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove XEmacs compat code from pascal.el
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 19 Jun 2019 21:49:13 +0000 (23:49 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 20 Jun 2019 10:51:38 +0000 (12:51 +0200)
* lisp/progmodes/pascal.el (pascal-mark-defun): Remove XEmacs compat.

lisp/progmodes/pascal.el

index cae514aa75b4a097c6123f68fa445c746ec8c083..26fb0a88c5376ee447c763262e18896aac6c5649 100644 (file)
@@ -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>