Mercurial > hg > xemacs-beta
diff lisp/modes/view.el @ 70:131b0175ea99 r20-0b30
Import from CVS: tag r20-0b30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:02:59 +0200 |
parents | ec9a17fef872 |
children | 6a378aca36af |
line wrap: on
line diff
--- a/lisp/modes/view.el Mon Aug 13 09:00:04 2007 +0200 +++ b/lisp/modes/view.el Mon Aug 13 09:02:59 2007 +0200 @@ -36,10 +36,6 @@ ;;; Code: -;; XEmacs (to try to forestall complaints). -(when (featurep 'view-less) - (error "Can't load view.el and view-less.el in same session.")) - (defvar view-highlight-face 'highlight ;; XEmacs change "*The extent face used for highlighting the match found by View mode search.") @@ -359,7 +355,7 @@ (scroll-up lines))) (cond ((pos-visible-in-window-p (point-max)) (goto-char (point-max)) - (message "%s" + (message "%" (substitute-command-keys "End. Type \\[view-exit] to quit viewing.")))) (move-to-window-line -1)