[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: /srv/bzr/emacs/trunk r107337: Protect fileio.c primitives against in
From: |
Leo |
Subject: |
Re: /srv/bzr/emacs/trunk r107337: Protect fileio.c primitives against invalid file handler return values. |
Date: |
Mon, 20 Feb 2012 09:29:19 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.4 (Mac OS X 10.6.8) |
Thank you for fixing the crash.
On 2012-02-19 17:58 +0800, Chong Yidong wrote:
> + error ("Invalid handler in `file-name-handler-alist'");
By looking at the doc-string of file-name-handler-alist, it seems
'("asdf" . ignore) is perfectly legitimate. Why is it invalid?
Thanks,
Leo
- Re: /srv/bzr/emacs/trunk r107337: Protect fileio.c primitives against invalid file handler return values.,
Leo <=