diff lisp/prim/startup.el @ 116:9f59509498e1 r20-1b10

Import from CVS: tag r20-1b10
author cvs
date Mon, 13 Aug 2007 09:23:06 +0200
parents 8619ce7e4c50
children 318232e2a3f0
line wrap: on
line diff
--- a/lisp/prim/startup.el	Mon Aug 13 09:21:56 2007 +0200
+++ b/lisp/prim/startup.el	Mon Aug 13 09:23:06 2007 +0200
@@ -771,7 +771,7 @@
       (goto-char (point-min))
       (when (re-search-forward " \\[Lucid\\]" nil t)
 	(delete-region (match-beginning 0) (match-end 0)))
-      (when (re-search-forward "[^(].*-.*-" nil t)
+      (when (re-search-forward "[^(][^)]*-[^)]*-" nil t)
 	(delete-region (1+ (match-beginning 0)) (match-end 0))
 	(insert "("))
       (goto-char (point-max))