diff lisp/tmm.el @ 74246:27de5ea279da

(tmm-add-one-shortcut): "?\ " -> "?\s".
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 27 Nov 2006 14:12:34 +0000
parents 3bd95f4f2941
children e3694f1cb928 c71725faff1a f1d13e615070
line wrap: on
line diff
--- a/lisp/tmm.el	Mon Nov 27 14:11:40 2006 +0000
+++ b/lisp/tmm.el	Mon Nov 27 14:12:34 2006 +0000
@@ -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))))))