emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/international/mule-util.el


From: Dave Love
Subject: [Emacs-diffs] Changes to emacs/lisp/international/mule-util.el
Date: Sat, 15 Dec 2001 11:43:11 -0500

Index: emacs/lisp/international/mule-util.el
diff -c emacs/lisp/international/mule-util.el:1.45 
emacs/lisp/international/mule-util.el:1.46
*** emacs/lisp/international/mule-util.el:1.45  Sun Nov 18 01:49:25 2001
--- emacs/lisp/international/mule-util.el       Sat Dec 15 11:43:11 2001
***************
*** 234,255 ****
  
  ;;;###autoload
  (defun coding-system-post-read-conversion (coding-system)
!   "Return the value of CODING-SYSTEM's post-read-conversion property."
    (coding-system-get coding-system 'post-read-conversion))
  
  ;;;###autoload
  (defun coding-system-pre-write-conversion (coding-system)
!   "Return the value of CODING-SYSTEM's pre-write-conversion property."
    (coding-system-get coding-system 'pre-write-conversion))
  
  ;;;###autoload
  (defun coding-system-translation-table-for-decode (coding-system)
!   "Return the value of CODING-SYSTEM's translation-table-for-decode property."
    (coding-system-get coding-system 'translation-table-for-decode))
  
  ;;;###autoload
  (defun coding-system-translation-table-for-encode (coding-system)
!   "Return the value of CODING-SYSTEM's translation-table-for-encode property."
    (coding-system-get coding-system 'translation-table-for-encode))
  
  ;;;###autoload
--- 234,255 ----
  
  ;;;###autoload
  (defun coding-system-post-read-conversion (coding-system)
!   "Return the value of CODING-SYSTEM's `post-read-conversion' property."
    (coding-system-get coding-system 'post-read-conversion))
  
  ;;;###autoload
  (defun coding-system-pre-write-conversion (coding-system)
!   "Return the value of CODING-SYSTEM's `pre-write-conversion' property."
    (coding-system-get coding-system 'pre-write-conversion))
  
  ;;;###autoload
  (defun coding-system-translation-table-for-decode (coding-system)
!   "Return the value of CODING-SYSTEM's `translation-table-for-decode' 
property."
    (coding-system-get coding-system 'translation-table-for-decode))
  
  ;;;###autoload
  (defun coding-system-translation-table-for-encode (coding-system)
!   "Return the value of CODING-SYSTEM's `translation-table-for-encode' 
property."
    (coding-system-get coding-system 'translation-table-for-encode))
  
  ;;;###autoload



reply via email to

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