|
From: | Glenn Morris |
Subject: | Re: [Emacs-diffs] master 55496af: * lisp/emacs-lisp/ert.el (ert--special-operator-p): |
Date: | Fri, 01 May 2015 11:30:20 -0400 |
User-agent: | Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) |
Stefan Monnier wrote: >> - (let ((definition (indirect-function thing t))) >> + (let ((definition (ignore-errors (indirect-function thing)))) > > Why `ignore-errors'? My mistake. > 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). Something like that should be in NEWS.
[Prev in Thread] | Current Thread | [Next in Thread] |