diff options
| author | Kenichi Handa | 1997-04-05 02:35:53 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1997-04-05 02:35:53 +0000 |
| commit | 536477d4b4f1365ec6fd7d75c516894e98f8957d (patch) | |
| tree | 720a373800675402ca4e2cb0494c7e588b653d4e | |
| parent | 210dede6168681aa100b8849c5abecb85290dd8c (diff) | |
| download | emacs-536477d4b4f1365ec6fd7d75c516894e98f8957d.tar.gz emacs-536477d4b4f1365ec6fd7d75c516894e98f8957d.zip | |
Comment fixed.
| -rw-r--r-- | lisp/international/ccl.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/ccl.el b/lisp/international/ccl.el index 96318237126..28b43b1beab 100644 --- a/lisp/international/ccl.el +++ b/lisp/international/ccl.el | |||
| @@ -238,7 +238,7 @@ | |||
| 238 | 238 | ||
| 239 | ;; If REG is a CCL register symbol (e.g. r0, r1...), the register | 239 | ;; If REG is a CCL register symbol (e.g. r0, r1...), the register |
| 240 | ;; number is embedded. If OP is one of unconditional jumps, DATA is | 240 | ;; number is embedded. If OP is one of unconditional jumps, DATA is |
| 241 | ;; changed to an absolute jump address. | 241 | ;; changed to an relative jump address. |
| 242 | 242 | ||
| 243 | (defun ccl-embed-code (op reg data &optional reg2) | 243 | (defun ccl-embed-code (op reg data &optional reg2) |
| 244 | (if (and (> data 0) (get op 'jump-flag)) | 244 | (if (and (> data 0) (get op 'jump-flag)) |