From 71296446d3cec5bb2a27bc5ad6da574df38d0ec8 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 4 Feb 2003 11:26:42 +0000 Subject: Trailing whitespace deleted. --- lisp/composite.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/composite.el') diff --git a/lisp/composite.el b/lisp/composite.el index 49fe76de5ed..1f279cd6a17 100644 --- a/lisp/composite.el +++ b/lisp/composite.el @@ -95,7 +95,7 @@ follows (the point `*' corresponds to both reference points): (or (integerp nref) (setq nref (cdr (assq nref reference-point-alist)))) (or (and (>= gref 0) (< gref 12) (>= nref 0) (< nref 12)) - (error "Invalid composition rule: %S" rule)) + (error "Invalid composition rule: %S" rule)) (+ (* gref 12) nref)))) ;; Decode encoded composition rule RULE-CODE. The value is a cons of @@ -331,7 +331,7 @@ This function is the default value of `compose-chars-after-function'." (when tail (save-match-data (save-excursion - (while (and tail (not func)) + (while (and tail (not func)) (setq pattern (car (car tail)) func (cdr (car tail))) (goto-char pos) -- cgit v1.2.1