Mercurial > emacs
changeset 74246:27de5ea279da
(tmm-add-one-shortcut): "?\ " -> "?\s".
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 27 Nov 2006 14:12:34 +0000 |
parents | f1bc46cb2d2d |
children | dab474dc1f00 |
files | lisp/tmm.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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))))))