[135] in Coldmud discussion meeting

root meeting help first previous next last

slight oops in .mud.el

daemon@ATHENA.MIT.EDU (Sun Jan 2 15:38:23 1994 )

To: coldstuff@MIT.EDU
Date: Sun, 02 Jan 1994 14:29:09 -0600
From: Adam Harris <harris@cs.uchicago.edu>

I made a slight error on the search string:

  (if (search-forward-regexp "\\(===COLD-Prefix===\\|I don't
understand that.\\)\n" nil nil)

should be:

  (if (search-forward-regexp "\\(===COLD-Prefix===\\|I don't
understand that.\\)\n" nil t)

.......................................................Adam Harris
............................................harris@cs.uchicago.edu