emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/strokes.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/strokes.el
Date: Mon, 26 Nov 2001 23:30:43 -0500

Index: emacs/lisp/strokes.el
diff -u emacs/lisp/strokes.el:1.7 emacs/lisp/strokes.el:1.8
--- emacs/lisp/strokes.el:1.7   Mon Nov 26 11:22:21 2001
+++ emacs/lisp/strokes.el       Mon Nov 26 23:30:43 2001
@@ -1298,11 +1298,11 @@
                  (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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]