diff options
| author | Nick Roberts | 2005-05-01 22:16:13 +0000 |
|---|---|---|
| committer | Nick Roberts | 2005-05-01 22:16:13 +0000 |
| commit | 9c162ba4a2e10d597faeec39fd4e58e17da73cfb (patch) | |
| tree | f92a2368bd64bb79f139e13fb992b71d195454af | |
| parent | 95bb5b56d6be0b033f0f3347ba21658aa1048bbc (diff) | |
| download | emacs-9c162ba4a2e10d597faeec39fd4e58e17da73cfb.tar.gz emacs-9c162ba4a2e10d597faeec39fd4e58e17da73cfb.zip | |
(update-iso-coding-systems):
Remove alias and obsolete declaration.
| -rw-r--r-- | lisp/international/mule-cmds.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index bc656113428..bdf49c8de81 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el | |||
| @@ -351,9 +351,6 @@ This also sets the following values: | |||
| 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 | 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 | |||
| 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: |