]> code.delx.au - gnu-emacs/blobdiff - lisp/ielm.el
(bad-packages-alist): Revert previous change.
[gnu-emacs] / lisp / ielm.el
index cceef70b37ae1a3569284f266df586597c68c57e..a734f87ad92a5b95496d83a8b1a3e6b4f88af451 100644 (file)
@@ -12,7 +12,7 @@
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
-;; the Free Software Foundation; either version 2, or (at your option)
+;; the Free Software Foundation; either version 3, or (at your option)
 ;; any later version.
 
 ;; GNU Emacs is distributed in the hope that it will be useful,
@@ -169,7 +169,7 @@ This variable is buffer-local.")
 
 (defvar ielm-map nil)
 (if ielm-map nil
-  (if (string-match "Lucid" emacs-version)
+  (if (featurep 'xemacs)
       ;; Lemacs
       (progn
        (setq ielm-map (make-sparse-keymap))