Mercurial > hg > xemacs-beta
comparison src/buffer.c @ 2268:61855263cb07
[xemacs-hg @ 2004-09-14 14:32:29 by james]
Identify functions that don't return, including some DEFUNs.
author | james |
---|---|
date | Tue, 14 Sep 2004 14:33:07 +0000 |
parents | a8d8f419b459 |
children | 186992a01a13 |
comparison
equal
deleted
inserted
replaced
2267:5753220a0f80 | 2268:61855263cb07 |
---|---|
339 (object)) | 339 (object)) |
340 { | 340 { |
341 return BUFFERP (object) && BUFFER_LIVE_P (XBUFFER (object)) ? Qt : Qnil; | 341 return BUFFERP (object) && BUFFER_LIVE_P (XBUFFER (object)) ? Qt : Qnil; |
342 } | 342 } |
343 | 343 |
344 static void | 344 static DECLARE_DOESNT_RETURN (nsberror (Lisp_Object)); |
345 | |
346 static DOESNT_RETURN | |
345 nsberror (Lisp_Object spec) | 347 nsberror (Lisp_Object spec) |
346 { | 348 { |
347 if (STRINGP (spec)) | 349 if (STRINGP (spec)) |
348 invalid_argument ("No buffer named", spec); | 350 invalid_argument ("No buffer named", spec); |
349 invalid_argument ("Invalid buffer argument", spec); | 351 invalid_argument ("Invalid buffer argument", spec); |