From: Richard M. Stallman Date: Tue, 27 Nov 2001 04:30:43 +0000 (+0000) Subject: Fix indentation of previous change. X-Git-Tag: ttn-vms-21-2-B4~18096 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=47e1b9a624569d954803960e69ebc6562d2ac77c;p=emacs.git Fix indentation of previous change. --- diff --git a/lisp/strokes.el b/lisp/strokes.el index e3a1f2b3bf4..7674c7256b6 100644 --- a/lisp/strokes.el +++ b/lisp/strokes.el @@ -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)