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

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

What does ":noerror" do?


From: Xue Fuqiao
Subject: What does ":noerror" do?
Date: Sun, 13 Oct 2013 06:57:10 +0800

Hi,

>From a recent post in emacs-devel[fn:1], I found a usage like this:

(message "Loading Emacspeak...%s"
         (if (load "emacspeak-loader" :noerror) "success!" "FAILED!"))

I'm not sure what the ‘:noerror’ is.  It seems that the ‘:noerror’ is
just like a random symbol, like ‘(quote noerror)’, but I could't find this
kind of usage in lispref.  Any ideas?

Footnotes:

[fn:1] http://lists.gnu.org/archive/html/emacs-devel/2013-10/msg00256.html

-- 
Best regards, Xue Fuqiao.
http://www.gnu.org/software/emacs/



reply via email to

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