comparison lisp/prim/startup.el @ 44:8d2a9b52c682 r19-15prefinal

Import from CVS: tag r19-15prefinal
author cvs
date Mon, 13 Aug 2007 08:55:10 +0200
parents 1a767b41a199
children 131b0175ea99
comparison
equal deleted inserted replaced
43:23cafc5d2038 44:8d2a9b52c682
778 (re-search-forward "^XEmacs" nil t) 778 (re-search-forward "^XEmacs" nil t)
779 (narrow-to-region (point-at-bol) (point-at-eol)) 779 (narrow-to-region (point-at-bol) (point-at-eol))
780 (goto-char (point-min)) 780 (goto-char (point-min))
781 (when (re-search-forward " \\[Lucid\\]" nil t) 781 (when (re-search-forward " \\[Lucid\\]" nil t)
782 (delete-region (match-beginning 0) (match-end 0))) 782 (delete-region (match-beginning 0) (match-end 0)))
783 (when (re-search-forward "[^(].*-.*-" nil t) 783 (when (re-search-forward "[^(][^)]*-[^)]*-" nil t)
784 (delete-region (1+ (match-beginning 0)) (match-end 0)) 784 (delete-region (1+ (match-beginning 0)) (match-end 0))
785 (insert "(")) 785 (insert "("))
786 (goto-char (point-max)) 786 (goto-char (point-max))
787 (search-backward " " nil t) 787 (search-backward " " nil t)
788 (when (search-forward "." nil t) 788 (when (search-forward "." nil t)