emacs-devel
[Top][All Lists]
Advanced

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

Re: Bell


From: Juri Linkov
Subject: Re: Bell
Date: Wed, 31 Mar 2010 01:33:33 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (x86_64-pc-linux-gnu)

>> +       (signal (car err) nil)))
>
> Is there a particular reason why you used nil rather than (cdr err) as
> second argument?

The only reason is that other line-oriented commands in simple.el
call `signal' explicitly with the second arg nil like:

  (signal 'beginning-of-buffer nil)
  (signal 'end-of-buffer nil)

If it's more reliable with (cdr err), I will add it.

-- 
Juri Linkov
http://www.jurta.org/emacs/




reply via email to

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