diff 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
line wrap: on
line diff
--- a/lisp/emulators/edt-mapper.el	Mon Aug 13 10:02:48 2007 +0200
+++ b/lisp/emulators/edt-mapper.el	Mon Aug 13 10:03:52 2007 +0200
@@ -88,8 +88,8 @@
 ;;;
 ;;;  Decide whether we're running GNU or Lucid emacs.
 ;;;
-(defconst edt-lucid-emacs19-p (string-match "Lucid" emacs-version)
-  "Non-NIL if we are running Lucid Emacs version 19.")
+(defconst edt-lucid-emacs19-p (string-match "XEmacs" emacs-version)
+  "Non-NIL if we are running XEmacs.")
 
 
 ;;;