/[emacs]/emacs/lisp/tempo.el
ViewVC logotype

Diff of /emacs/lisp/tempo.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.25 by lute, Mon Jul 4 23:08:58 2005 UTC revision 1.26 by rms, Sat Jul 16 17:06:34 2005 UTC
# Line 303  mode, ON-REGION is ignored and assumed t Line 303  mode, ON-REGION is ignored and assumed t
303          (if (or (and (boundp 'transient-mark-mode) ; For Emacs          (if (or (and (boundp 'transient-mark-mode) ; For Emacs
304                       transient-mark-mode                       transient-mark-mode
305                       mark-active)                       mark-active)
306                  (and (boundp 'zmacs-regions) ; For XEmacs                  (if (featurep 'xemacs)
307                       zmacs-regions (mark)))                       zmacs-regions (mark)))
308              (setq on-region t))              (setq on-region t))
309          (and on-region          (and on-region

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26