summaryrefslogtreecommitdiff
path: root/lisp/international/ccl.el
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2001-07-15 19:53:53 +0000
committerPavel Janík <Pavel@Janik.cz>2001-07-15 19:53:53 +0000
commit60370d40737ecf92cec4ab75aa73d3ea9ed2d858 (patch)
tree29c0aec9d5f8e7af681d5ff1b49e72245067cf5c /lisp/international/ccl.el
parent715a2ca2fc1be26e8420f209c3440b90d687fec6 (diff)
downloademacs-60370d40737ecf92cec4ab75aa73d3ea9ed2d858.tar.gz
Some fixes to follow coding conventions.
Diffstat (limited to 'lisp/international/ccl.el')
-rw-r--r--lisp/international/ccl.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/international/ccl.el b/lisp/international/ccl.el
index 5da5cab6ed8..2053b6364cb 100644
--- a/lisp/international/ccl.el
+++ b/lisp/international/ccl.el
@@ -317,7 +317,7 @@
(defun ccl-check-register (arg cmd)
(if (get arg 'ccl-register-number)
arg
- (error "CCL: Invalid register %s in %s." arg cmd)))
+ (error "CCL: Invalid register %s in %s" arg cmd)))
;; Check if ARG is a valid CCL command.
(defun ccl-check-compile-function (arg cmd)
@@ -1483,4 +1483,4 @@ See the documentation of `define-ccl-program' for the detail of CCL program."
(provide 'ccl)
-;; ccl.el ends here
+;;; ccl.el ends here