emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 3c16eda 02/18: Remove XEmacs compat code from pasca


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 3c16eda 02/18: Remove XEmacs compat code from pascal.el
Date: Thu, 20 Jun 2019 06:51:55 -0400 (EDT)

branch: master
commit 3c16eda5f1d207bf5d345a28ec19ca7afb79647d
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Remove XEmacs compat code from pascal.el
    
    * lisp/progmodes/pascal.el (pascal-mark-defun): Remove XEmacs compat.
---
 lisp/progmodes/pascal.el | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/lisp/progmodes/pascal.el b/lisp/progmodes/pascal.el
index cae514a..26fb0a8 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>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]