Add 'scan-error' error type.
authorSteve Youngs <steve@sxemacs.org>
Sun, 14 Jun 2015 06:01:39 +0000 (16:01 +1000)
committerSteve Youngs <steve@sxemacs.org>
Sun, 14 Jun 2015 06:01:39 +0000 (16:01 +1000)
commit82008a117980636406a20d417ca5197d003557c8
treee9f18c84bf59f3c43517b43cd3b9a4a34f9b4e65
parent65b1733aae3061ad18529ff38b00ed3e3bc38ea7
Add 'scan-error' error type.

* src/syntax.c: Add `Qscan_error'.

* src/syntax.c (syms_of_syntax): DEFERROR_STANDARD it.

* src/syntax.c (scan_lists): Use it.

* lisp/subr.el (error): Add it to the docstring.

Signed-off-by: Steve Youngs <steve@sxemacs.org>
lisp/subr.el
src/syntax.c