On Thu, Aug 03, 2000 at 06:18:37PM -0400, Vin Shelton wrote:
I'm trying to code an interactive function which I want to run
under
both XEmacs and FSFmacs. I want this function to maintain the region,
so under XEmacs, I would use:
(interactive "_")
"_" is not a valid argument for (interactive) in FSFmacs, however, so
how can I write this function?
I believe this should do it:
(setq zmacs-region-stays t)