Mercurial > emacs
comparison lisp/international/mule-cmds.el @ 83301:b151ec53c504
Merged from miles@gnu.org--gnu-2005 (patch 68, 286-291)
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-286
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-287
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-288
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-289
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-290
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-291
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-68
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-341
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Fri, 06 May 2005 21:06:31 +0000 |
parents | 6deb860255f3 de641e92d2f5 |
children | 6fef25c75847 |
comparison
equal
deleted
inserted
replaced
83300:6deb860255f3 | 83301:b151ec53c504 |
---|---|
348 (input-coding | 348 (input-coding |
349 (coding-system-change-text-conversion | 349 (coding-system-change-text-conversion |
350 (cdr default-process-coding-system) coding-system))) | 350 (cdr default-process-coding-system) coding-system))) |
351 (setq default-process-coding-system | 351 (setq default-process-coding-system |
352 (cons output-coding input-coding)))) | 352 (cons output-coding input-coding)))) |
353 | |
354 (defalias 'update-iso-coding-systems 'update-coding-systems-internal) | |
355 (make-obsolete 'update-iso-coding-systems 'update-coding-systems-internal "20.3") | |
356 | 353 |
357 (defun prefer-coding-system (coding-system) | 354 (defun prefer-coding-system (coding-system) |
358 "Add CODING-SYSTEM at the front of the priority list for automatic detection. | 355 "Add CODING-SYSTEM at the front of the priority list for automatic detection. |
359 This also sets the following coding systems: | 356 This also sets the following coding systems: |
360 o coding system of a newly created buffer | 357 o coding system of a newly created buffer |