changeset 45086:837bbff5c257

Whitespace change.
author Richard M. Stallman <rms@gnu.org>
date Fri, 03 May 2002 19:33:38 +0000
parents 9cd63d47f45f
children 43b933182a40
files lisp/international/mule-cmds.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/mule-cmds.el	Fri May 03 19:30:58 2002 +0000
+++ b/lisp/international/mule-cmds.el	Fri May 03 19:33:38 2002 +0000
@@ -731,7 +731,8 @@
 		     (format "Selected encoding %s disagrees with \
 %s specified by file contents.  Really save (else edit coding cookies \
 and try again)? " coding-system auto-cs))
-	      (error "Save aborted")))))    coding-system))
+	      (error "Save aborted")))))
+    coding-system))
 
 (setq select-safe-coding-system-function 'select-safe-coding-system)