summaryrefslogtreecommitdiff
path: root/lisp/strokes.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2001-11-27 04:30:43 +0000
committerRichard M. Stallman <rms@gnu.org>2001-11-27 04:30:43 +0000
commit4507843510cdaae2df42e2c71950bd4ded0c1318 (patch)
tree8377f2bf2383d521050e38e8cb8d9c7145454e5e /lisp/strokes.el
parenteecbab77bcd2e2d50a0aa178d9bf2dbf70625c8c (diff)
downloademacs-4507843510cdaae2df42e2c71950bd4ded0c1318.tar.gz
Fix indentation of previous change.
Diffstat (limited to 'lisp/strokes.el')
-rw-r--r--lisp/strokes.el6
1 files changed, 3 insertions, 3 deletions
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)