emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] master 55496af: * lisp/emacs-lisp/ert.el (ert--special


From: Stefan Monnier
Subject: Re: [Emacs-diffs] master 55496af: * lisp/emacs-lisp/ert.el (ert--special-operator-p):
Date: Thu, 30 Apr 2015 22:36:37 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> -       (let ((definition (indirect-function thing t)))
> +       (let ((definition (ignore-errors (indirect-function thing))))

Why `ignore-errors'?  The Emacs-25 behavior of (indirect-function thing)
is the same as the old (indirect-function thing t), AFAIK (hence the
removal of the now redundant argument).


        Stefan



reply via email to

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