emacs-devel
[Top][All Lists]
Advanced

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

fset and error reporting


From: Dmitry Antipov
Subject: fset and error reporting
Date: Tue, 02 Sep 2014 21:33:56 +0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0

My .emacs has:

(fset 'yes-or-no-p 'y-or-n-p)

With -Q, I have:

(yes-or-no-p) ==> Wrong number of arguments: yes-or-no-p, 0

After loading .emacs, I have mysterious:

(yes-or-no-p) ==> Wrong number of arguments: (1 . 1), 0

Can someone explain why it is so?

Dmitry



reply via email to

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