# HG changeset patch # User Juanma Barranquero # Date 1164636754 0 # Node ID 27de5ea279da076b269bba1c11b10704411b9c83 # Parent f1bc46cb2d2debaa18289a8134d75b75eb6aae07 (tmm-add-one-shortcut): "?\ " -> "?\s". diff -r f1bc46cb2d2d -r 27de5ea279da lisp/tmm.el --- 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))))))