comparison 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
comparison
equal deleted inserted replaced
115:f109f7dabbe2 116:9f59509498e1
769 (re-search-forward "^XEmacs" nil t) 769 (re-search-forward "^XEmacs" nil t)
770 (narrow-to-region (point-at-bol) (point-at-eol)) 770 (narrow-to-region (point-at-bol) (point-at-eol))
771 (goto-char (point-min)) 771 (goto-char (point-min))
772 (when (re-search-forward " \\[Lucid\\]" nil t) 772 (when (re-search-forward " \\[Lucid\\]" nil t)
773 (delete-region (match-beginning 0) (match-end 0))) 773 (delete-region (match-beginning 0) (match-end 0)))
774 (when (re-search-forward "[^(].*-.*-" nil t) 774 (when (re-search-forward "[^(][^)]*-[^)]*-" nil t)
775 (delete-region (1+ (match-beginning 0)) (match-end 0)) 775 (delete-region (1+ (match-beginning 0)) (match-end 0))
776 (insert "(")) 776 (insert "("))
777 (goto-char (point-max)) 777 (goto-char (point-max))
778 (search-backward " " nil t) 778 (search-backward " " nil t)
779 (when (search-forward "." nil t) 779 (when (search-forward "." nil t)