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: Wed, 29 Jan 2003 03:58:28 -0500

Index: emacs/lisp/composite.el
diff -c emacs/lisp/composite.el:1.11 emacs/lisp/composite.el:1.12
*** emacs/lisp/composite.el:1.11        Mon Aug 19 20:34:28 2002
--- emacs/lisp/composite.el     Wed Jan 29 03:54:20 2003
***************
*** 375,382 ****
    "Convert CHAR to string.
  
  If optional 2nd arg TYPE is non-nil, it is `string', `list', or
! `vector'.  In this case, CHAR is converted string, list of CHAR, or
! vector of CHAR respectively."
    (cond ((or (null type) (eq type 'string)) (char-to-string char))
        ((eq type 'list) (list char))
        (t (vector char))))
--- 375,383 ----
    "Convert CHAR to string.
  
  If optional 2nd arg TYPE is non-nil, it is `string', `list', or
! `vector'.  In this case, CHAR is converted to string, list of CHAR, or
! vector of CHAR respectively.
! Optional 3rd arg WITH-COMPOSITION-RULE is ignored."
    (cond ((or (null type) (eq type 'string)) (char-to-string char))
        ((eq type 'list) (list char))
        (t (vector char))))




reply via email to

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