Mercurial > hg > xemacs-beta
comparison lisp/modes/view.el @ 30:ec9a17fef872 r19-15b98
Import from CVS: tag r19-15b98
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:52:29 +0200 |
parents | 0293115a14e9 |
children | 131b0175ea99 |
comparison
equal
deleted
inserted
replaced
29:7976500f47f9 | 30:ec9a17fef872 |
---|---|
33 ;; XEmacs: We don't autoload this because we use `view-less' instead. | 33 ;; XEmacs: We don't autoload this because we use `view-less' instead. |
34 ;; #### I junked the old version and replaced it with FSF's latest version. | 34 ;; #### I junked the old version and replaced it with FSF's latest version. |
35 ;; Perhaps something needs integrating into view-less. | 35 ;; Perhaps something needs integrating into view-less. |
36 | 36 |
37 ;;; Code: | 37 ;;; Code: |
38 | |
39 ;; XEmacs (to try to forestall complaints). | |
40 (when (featurep 'view-less) | |
41 (error "Can't load view.el and view-less.el in same session.")) | |
38 | 42 |
39 (defvar view-highlight-face 'highlight | 43 (defvar view-highlight-face 'highlight |
40 ;; XEmacs change | 44 ;; XEmacs change |
41 "*The extent face used for highlighting the match found by View mode search.") | 45 "*The extent face used for highlighting the match found by View mode search.") |
42 | 46 |