diff options
| -rw-r--r-- | lisp/mouse.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mouse.el b/lisp/mouse.el index 47f3aebcd18..23a2cab4740 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el | |||
| @@ -241,7 +241,7 @@ not it is actually displayed." | |||
| 241 | (cons 'keymap | 241 | (cons 'keymap |
| 242 | (cons (concat | 242 | (cons (concat |
| 243 | (capitalize (subst-char-in-string | 243 | (capitalize (subst-char-in-string |
| 244 | ?- ?\ (symbol-name | 244 | ?- ?\s (symbol-name |
| 245 | minor-mode))) | 245 | minor-mode))) |
| 246 | " Menu") | 246 | " Menu") |
| 247 | (cdr menu))))) | 247 | (cdr menu))))) |
| @@ -1885,7 +1885,7 @@ and selects that window." | |||
| 1885 | (setq tail buffers) | 1885 | (setq tail buffers) |
| 1886 | (while tail | 1886 | (while tail |
| 1887 | (let ((elt (car tail))) | 1887 | (let ((elt (car tail))) |
| 1888 | (if (/= (aref (buffer-name elt) 0) ?\ ) | 1888 | (if (/= (aref (buffer-name elt) 0) ?\s) |
| 1889 | (setq head | 1889 | (setq head |
| 1890 | (cons | 1890 | (cons |
| 1891 | (cons | 1891 | (cons |