]> code.delx.au - gnu-emacs/commitdiff
(tmm-add-one-shortcut): "?\ " -> "?\s".
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 27 Nov 2006 14:12:34 +0000 (14:12 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 27 Nov 2006 14:12:34 +0000 (14:12 +0000)
lisp/tmm.el

index 86c326616aac120cde8c9681e0dc4260a17cf038..a2da0005b5a633c8e212f0496e37b471e818af18 100644 (file)
@@ -305,7 +305,7 @@ Stores a list of all the shortcuts in the free variable `tmm-short-cuts'."
       (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))))))