/[emacs]/emacs/lisp/composite.el
ViewVC logotype

Diff of /emacs/lisp/composite.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by lektu, Thu Jun 27 14:49:01 2002 UTC revision 1.10 by lektu, Thu Jul 18 06:15:34 2002 UTC
# Line 369  after a sequence character events." Line 369  after a sequence character events."
369  ;;;###autoload  ;;;###autoload
370  (defun decompose-composite-char (char &optional type with-composition-rule)  (defun decompose-composite-char (char &optional type with-composition-rule)
371    "Convert CHAR to string.    "Convert CHAR to string.
 This is only for backward compatibility with Emacs 20.4 and earlier.  
372    
373  If optional 2nd arg TYPE is non-nil, it is `string', `list', or  If optional 2nd arg TYPE is non-nil, it is `string', `list', or
374  `vector'.  In this case, CHAR is converted string, list of CHAR, or  `vector'.  In this case, CHAR is converted string, list of CHAR, or
# Line 378  vector of CHAR respectively." Line 377  vector of CHAR respectively."
377          ((eq type 'list) (list char))          ((eq type 'list) (list char))
378          (t (vector char))))          (t (vector char))))
379    
380    ;;;###autoload
381  (make-obsolete 'decompose-composite-char 'char-to-string "21.1")  (make-obsolete 'decompose-composite-char 'char-to-string "21.1")
382    
383    

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26