Mercurial > hg > xemacs-beta
comparison lisp/emulators/edt-mapper.el @ 207:e45d5e7c476e r20-4b2
Import from CVS: tag r20-4b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:03:52 +0200 |
parents | b82b59fe008d |
children |
comparison
equal
deleted
inserted
replaced
206:d3e9274cbc4e | 207:e45d5e7c476e |
---|---|
86 | 86 |
87 | 87 |
88 ;;; | 88 ;;; |
89 ;;; Decide whether we're running GNU or Lucid emacs. | 89 ;;; Decide whether we're running GNU or Lucid emacs. |
90 ;;; | 90 ;;; |
91 (defconst edt-lucid-emacs19-p (string-match "Lucid" emacs-version) | 91 (defconst edt-lucid-emacs19-p (string-match "XEmacs" emacs-version) |
92 "Non-NIL if we are running Lucid Emacs version 19.") | 92 "Non-NIL if we are running XEmacs.") |
93 | 93 |
94 | 94 |
95 ;;; | 95 ;;; |
96 ;;; Key variables | 96 ;;; Key variables |
97 ;;; | 97 ;;; |