[comp.emacs] Another format question...

psm@cbnewse.ATT.COM (p.steve.murphy) (09/15/89)

	With all the talk about formatting, I thought I'd ask if
	anyone has elisp code to change comments that look like:
	
		/* comment */
	or
		/*
		   comment
		*/
	to
		/*
		 * comment
		 */
	
	The above code would fill the comment correctly, also.
	I seem to remember seeing this some where (maybe Purdue)
	so it may have been a local hack.  Thanx.
-- 
===============================================================================
Steve Murphy			| "Ternary operators are clever programming.
phone: 1(312)510-4678		|  I don't like clever programming."
...!nwgpa!toolserv!psm		|		- An anonymous programmer