mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-09 05:01:02 -08:00
(titdic-convert): Set
enable-multibyte-characters to t after inserting TIT file by no-conversion. (tit-process-body): Do not bind enable-multibyte-characters to nil.
This commit is contained in:
parent
8cbbac75ae
commit
d9fd228d4d
1 changed files with 2 additions and 2 deletions
|
|
@ -270,8 +270,7 @@
|
|||
;; function call.
|
||||
(defun tit-process-body ()
|
||||
(message "Formatting translation rules...")
|
||||
(let ((enable-multibyte-characters nil)
|
||||
(keyseq "\000")
|
||||
(let ((keyseq "\000")
|
||||
pos)
|
||||
(insert "(quail-define-rules\n")
|
||||
(while (null (eobp))
|
||||
|
|
@ -355,6 +354,7 @@ the generated Quail package is saved."
|
|||
(insert-file-contents (expand-file-name filename)))
|
||||
(set-visited-file-name
|
||||
(tit-make-quail-package-file-name filename dirname) t)
|
||||
(setq enable-multibyte-characters t)
|
||||
(set-buffer-file-coding-system 'iso-2022-7bit)
|
||||
|
||||
;; Decode the buffer contents from the encoding specified by a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue