|
From: | martin rudalics |
Subject: | Re: get-live-buffer primitive |
Date: | Thu, 13 Sep 2012 19:00:36 +0200 |
buf = Fget_buffer (build_string ("*scratch*")); if (NILP (buf)) { buf = Fget_buffer_create (build_string ("*scratch*")); Fset_buffer_major_mode (buf); }
Sorry. That was a silly example. martin
[Prev in Thread] | Current Thread | [Next in Thread] |