diff options
Diffstat (limited to 'lisp/progmodes/pascal.el')
| -rw-r--r-- | lisp/progmodes/pascal.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/pascal.el b/lisp/progmodes/pascal.el index 6dca919ba25..4c33b6b053c 100644 --- a/lisp/progmodes/pascal.el +++ b/lisp/progmodes/pascal.el | |||
| @@ -523,8 +523,8 @@ This puts the mark at the end, and point at the beginning." | |||
| 523 | (pascal-end-of-defun) | 523 | (pascal-end-of-defun) |
| 524 | (push-mark (point)) | 524 | (push-mark (point)) |
| 525 | (pascal-beg-of-defun) | 525 | (pascal-beg-of-defun) |
| 526 | (if (fboundp 'zmacs-activate-region) | 526 | (when (featurep 'xemacs) |
| 527 | (zmacs-activate-region))) | 527 | (zmacs-activate-region))) |
| 528 | 528 | ||
| 529 | (defun pascal-comment-area (start end) | 529 | (defun pascal-comment-area (start end) |
| 530 | "Put the region into a Pascal comment. | 530 | "Put the region into a Pascal comment. |