diff options
| author | Richard M. Stallman | 2002-05-03 19:33:38 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-05-03 19:33:38 +0000 |
| commit | 41bfe57ae79779dde67aa1f28667b91c220eeec7 (patch) | |
| tree | c07bf66db78f5b174582120b8f3b31e88fbd7b7b | |
| parent | 3d43e48ad4698987107b10078357b9e8e43d50b0 (diff) | |
| download | emacs-41bfe57ae79779dde67aa1f28667b91c220eeec7.tar.gz emacs-41bfe57ae79779dde67aa1f28667b91c220eeec7.zip | |
Whitespace change.
| -rw-r--r-- | lisp/international/mule-cmds.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index 453f53fb126..9bac2210843 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el | |||
| @@ -731,7 +731,8 @@ and TO is ignored." | |||
| 731 | (format "Selected encoding %s disagrees with \ | 731 | (format "Selected encoding %s disagrees with \ |
| 732 | %s specified by file contents. Really save (else edit coding cookies \ | 732 | %s specified by file contents. Really save (else edit coding cookies \ |
| 733 | and try again)? " coding-system auto-cs)) | 733 | and try again)? " coding-system auto-cs)) |
| 734 | (error "Save aborted"))))) coding-system)) | 734 | (error "Save aborted"))))) |
| 735 | coding-system)) | ||
| 735 | 736 | ||
| 736 | (setq select-safe-coding-system-function 'select-safe-coding-system) | 737 | (setq select-safe-coding-system-function 'select-safe-coding-system) |
| 737 | 738 | ||