comparison lisp/international/iso-cvt.el @ 7850:b6f3dd2511bc

(iso-translate-conventions): Get rid of interactive spec.
author Richard M. Stallman <rms@gnu.org>
date Sat, 11 Jun 1994 18:17:00 +0000
parents 343a21c51172
children 8996abee8718
comparison
equal deleted inserted replaced
7849:bbc7770db51c 7850:b6f3dd2511bc
82 ("\\([-a-zA-Z]\\)'I" "\\1Í") 82 ("\\([-a-zA-Z]\\)'I" "\\1Í")
83 ) 83 )
84 "Spanish translation table.") 84 "Spanish translation table.")
85 85
86 (defun iso-translate-conventions (trans-tab) 86 (defun iso-translate-conventions (trans-tab)
87 "Use the translation table argument to translate the current buffer." 87 "Use the translation table TRANS-TAB to translate the current buffer."
88 (interactive)
89 (save-excursion 88 (save-excursion
90 (widen) 89 (widen)
91 (goto-char (point-min)) 90 (goto-char (point-min))
92 (let ((work-tab trans-tab) 91 (let ((work-tab trans-tab)
93 (buffer-read-only nil) 92 (buffer-read-only nil)