[net.emacs] two bugs fixed

rms@mit-prep (09/23/85)

From: Richard M. Stallman <rms@mit-prep>
In macros.el, the line that says
		  ((= char ?^\l)
should say
		  ((= char ?\^l)

In files.el, in find-file-no-sectionize,
after the line
	  (set-buffer buf)
insert
	  (erase-buffer)