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: Thu, 27 Jun 2002 10:49:01 -0400

Index: emacs/lisp/composite.el
diff -c emacs/lisp/composite.el:1.8 emacs/lisp/composite.el:1.9
*** emacs/lisp/composite.el:1.8 Sun Jul 15 15:53:52 2001
--- emacs/lisp/composite.el     Thu Jun 27 10:49:01 2002
***************
*** 364,375 ****
  
  
  ;;; The following codes are only for backward compatibility with Emacs
! ;;; 20.4 and the earlier.
  
  ;;;###autoload
  (defun decompose-composite-char (char &optional type with-composition-rule)
    "Convert CHAR to string.
! This is only for backward compatibility with Emacs 20.4 and the earlier.
  
  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
--- 364,375 ----
  
  
  ;;; The following codes are only for backward compatibility with Emacs
! ;;; 20.4 and earlier.
  
  ;;;###autoload
  (defun decompose-composite-char (char &optional type with-composition-rule)
    "Convert CHAR to string.
! This is only for backward compatibility with Emacs 20.4 and earlier.
  
  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



reply via email to

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