/[emacs]/emacs/lisp/international/mule-util.el
ViewVC logotype

Diff of /emacs/lisp/international/mule-util.el

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

revision 1.45 by rms, Sun Nov 18 06:49:25 2001 UTC revision 1.46 by fx, Sat Dec 15 16:43:11 2001 UTC
# Line 234  Optional 3rd argument NIL-FOR-TOO-LONG n Line 234  Optional 3rd argument NIL-FOR-TOO-LONG n
234    
235  ;;;###autoload  ;;;###autoload
236  (defun coding-system-post-read-conversion (coding-system)  (defun coding-system-post-read-conversion (coding-system)
237    "Return the value of CODING-SYSTEM's post-read-conversion property."    "Return the value of CODING-SYSTEM's `post-read-conversion' property."
238    (coding-system-get coding-system 'post-read-conversion))    (coding-system-get coding-system 'post-read-conversion))
239    
240  ;;;###autoload  ;;;###autoload
241  (defun coding-system-pre-write-conversion (coding-system)  (defun coding-system-pre-write-conversion (coding-system)
242    "Return the value of CODING-SYSTEM's pre-write-conversion property."    "Return the value of CODING-SYSTEM's `pre-write-conversion' property."
243    (coding-system-get coding-system 'pre-write-conversion))    (coding-system-get coding-system 'pre-write-conversion))
244    
245  ;;;###autoload  ;;;###autoload
246  (defun coding-system-translation-table-for-decode (coding-system)  (defun coding-system-translation-table-for-decode (coding-system)
247    "Return the value of CODING-SYSTEM's translation-table-for-decode property."    "Return the value of CODING-SYSTEM's `translation-table-for-decode' property."
248    (coding-system-get coding-system 'translation-table-for-decode))    (coding-system-get coding-system 'translation-table-for-decode))
249    
250  ;;;###autoload  ;;;###autoload
251  (defun coding-system-translation-table-for-encode (coding-system)  (defun coding-system-translation-table-for-encode (coding-system)
252    "Return the value of CODING-SYSTEM's translation-table-for-encode property."    "Return the value of CODING-SYSTEM's `translation-table-for-encode' property."
253    (coding-system-get coding-system 'translation-table-for-encode))    (coding-system-get coding-system 'translation-table-for-encode))
254    
255  ;;;###autoload  ;;;###autoload

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46

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