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

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

Re: Can we add a function which is used to returned immediately within a


From: Thien-Thi Nguyen
Subject: Re: Can we add a function which is used to returned immediately within an source file for lib?
Date: Fri, 12 Sep 2008 03:27:43 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

() "Yiyi Hu" <yiyihu@gmail.com>
() Wed, 10 Sep 2008 17:31:07 +0800

   to skip loading the rest of source

You can try:

(defun skip-loading ()
  (with-current-buffer " *load*"
    (goto-char (point-max))))

thi




reply via email to

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