diff src/emacs.c @ 5126:2a462149bd6a ben-lisp-object

merge
author Ben Wing <ben@xemacs.org>
date Wed, 24 Feb 2010 19:04:27 -0600
parents b5df3737028a 6f2158fa75ed
children a9c41067dd88
line wrap: on
line diff
--- a/src/emacs.c	Wed Feb 24 01:58:04 2010 -0600
+++ b/src/emacs.c	Wed Feb 24 19:04:27 2010 -0600
@@ -2908,8 +2908,7 @@
 	    from += options[from];
 	}
 
-      if (best < 0)
-	ABORT ();
+      assert (best >= 0);
 
       /* Copy the highest priority remaining option, with its args, to
 	 NEW_ARGV.  */