emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/tmm.el,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/tmm.el,v
Date: Mon, 27 Nov 2006 14:12:35 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      06/11/27 14:12:35

Index: tmm.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/tmm.el,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -b -r1.47 -r1.48
--- tmm.el      6 Feb 2006 14:33:35 -0000       1.47
+++ tmm.el      27 Nov 2006 14:12:34 -0000      1.48
@@ -305,7 +305,7 @@
       (if char (setq tmm-short-cuts (cons char tmm-short-cuts)))
       (cons (concat (if char (concat (char-to-string char) tmm-mid-prompt)
                       ;; keep them lined up in columns
-                      (make-string (1+ (length tmm-mid-prompt)) ?\ ))
+                      (make-string (1+ (length tmm-mid-prompt)) ?\s))
                     str)
             (cdr elt))))))
 




reply via email to

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