liutanyu / mcl

Automatically exported from code.google.com/p/mcl
Other
0 stars 0 forks source link

Quit - no confirm #38

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In order to make MCL behave like conventional Mac apps, a patch to allow MCL to 
quit without confirmation dialog.

(let ((*warn-if-redefine* nil)
      (*warn-if-redefine-kernel* nil))
  (defun ccl::do-quit-dialog () T)
  )

{Terje, where do contribs/mods go in Google code?}

Original issue reported on code.google.com by p2.edoc@gmail.com on 22 Jul 2010 at 7:40