]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix indentation of previous change.
authorRichard M. Stallman <rms@gnu.org>
Tue, 27 Nov 2001 04:30:43 +0000 (04:30 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 27 Nov 2001 04:30:43 +0000 (04:30 +0000)
lisp/strokes.el

index e3a1f2b3bf4af54e70e4c3d863e5126b1ceb8150..7674c7256b6413cc17aa3b387a818374d503a516 100644 (file)
@@ -1298,11 +1298,11 @@ This is based on the last time the `strokes-window-configuration was updated."
                  (insert
                   ";;   -*- Syntax: Emacs-Lisp; Mode: emacs-lisp -*-\n")
                  (insert (format ";;; saved strokes for %s, as of %s\n\n"
-                                        (user-full-name)
-                                        (format-time-string "%B %e, %Y" nil)))
+                                 (user-full-name)
+                                 (format-time-string "%B %e, %Y" nil)))
                  (message "Saving strokes in %s..." strokes-file)
                  (insert (format "(setq strokes-global-map '%s)"
-                                        (pp current)))
+                                 (pp current)))
                  (message "Saving strokes in %s..." strokes-file)
                  (indent-region (point-min) (point-max) nil)
                  (write-region (point-min)