emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/composite.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/composite.el
Date: Tue, 04 Feb 2003 06:05:38 -0500

Index: emacs/lisp/composite.el
diff -c emacs/lisp/composite.el:1.12 emacs/lisp/composite.el:1.13
*** emacs/lisp/composite.el:1.12        Wed Jan 29 03:54:20 2003
--- emacs/lisp/composite.el     Tue Feb  4 06:05:38 2003
***************
*** 95,101 ****
        (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))  
        (+ (* gref 12) nref))))
  
  ;; Decode encoded composition rule RULE-CODE.  The value is a cons of
--- 95,101 ----
        (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))
        (+ (* gref 12) nref))))
  
  ;; Decode encoded composition rule RULE-CODE.  The value is a cons of
***************
*** 331,337 ****
      (when tail
        (save-match-data
        (save-excursion
!         (while (and tail (not func))            
            (setq pattern (car (car tail))
                  func (cdr (car tail)))
            (goto-char pos)
--- 331,337 ----
      (when tail
        (save-match-data
        (save-excursion
!         (while (and tail (not func))
            (setq pattern (car (car tail))
                  func (cdr (car tail)))
            (goto-char pos)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]