mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-06 11:55:48 +00:00
(ccl-compile-if): Signal an error for invalid operator.
This commit is contained in:
parent
846b6ebaae
commit
945acc7b3c
@ -1,3 +1,8 @@
|
||||
2009-03-16 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* international/ccl.el (ccl-compile-if): Signal an error for
|
||||
invalid operator.
|
||||
|
||||
2009-03-16 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* minibuffer.el (read-file-name): Doc fix.
|
||||
|
@ -505,6 +505,8 @@ If READ-FLAG is non-nil, this statement has the form
|
||||
(op (get (nth 1 condition) 'ccl-arith-code))
|
||||
(arg (nth 2 condition)))
|
||||
(ccl-check-register rrr cmd)
|
||||
(or (integerp op)
|
||||
(error "CCL: invalid operator: %s" (nth 1 condition)))
|
||||
(if (integerp arg)
|
||||
(progn
|
||||
(ccl-embed-code (if read-flag 'read-jump-cond-expr-const
|
||||
|
Loading…
Reference in New Issue
Block a user