emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/progmodes/pascal.el,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/pascal.el,v
Date: Thu, 24 Jan 2008 15:14:57 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/01/24 15:14:53

Index: progmodes/pascal.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/progmodes/pascal.el,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -b -r1.54 -r1.55
--- progmodes/pascal.el 8 Jan 2008 20:46:14 -0000       1.54
+++ progmodes/pascal.el 24 Jan 2008 15:14:48 -0000      1.55
@@ -523,7 +523,7 @@
   (pascal-end-of-defun)
   (push-mark (point))
   (pascal-beg-of-defun)
-  (if (fboundp 'zmacs-activate-region)
+  (when (featurep 'xemacs)
       (zmacs-activate-region)))
 
 (defun pascal-comment-area (start end)




reply via email to

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