[slime-cvs] CVS update: slime/completer.el

Luke Gorrie lgorrie at common-lisp.net
Thu Nov 27 00:26:34 UTC 2003


Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv19152

Modified Files:
	completer.el 
Log Message:
(completer-message): Cut dependency on undefined ilisp constant
testing for xemacs.

Date: Wed Nov 26 19:26:34 2003
Author: lgorrie

Index: slime/completer.el
diff -u slime/completer.el:1.1 slime/completer.el:1.2
--- slime/completer.el:1.1	Wed Nov 26 18:40:19 2003
+++ slime/completer.el	Wed Nov 26 19:26:34 2003
@@ -175,12 +175,7 @@
 	(inhibit-quit t))
     (sit-for 2)
     (delete-region point end)
-    (if (and quit-flag 
-	     ;; (not (eq 'lucid-19 ilisp-emacs-version-id))
-	     ;; (not (string-match "Lucid" emacs-version))
-	     (not (memq +ilisp-emacs-version-id+
-			'(xemacs lucid-19 lucid-19-new)))
-	     )
+    (if (and quit-flag (not (featurep 'xemacs)))
 	(setq quit-flag nil
 	      unread-command-char 7))))
 





More information about the slime-cvs mailing list