help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

elisp how to return directly from a function


From: lalit mohan tripathi
Subject: elisp how to return directly from a function
Date: Fri, 30 Jun 2006 16:20:04 +0530

Hi Everyone,
 
    Could anyone explain me how I can directly return from a defun in elisp.
 
    basically I have following type of code:
 
    ......... body of defun ............
    ..........................................
    (if condition01
            (return 10)  ; return from this defun with value 10
         t)
  
    .......... rest body of defun ....
   ...........................................
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]