Mercurial > emacs
changeset 85111:ae1159126943
(x-alternatives-map): Remove spurious parenthesis.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 09 Oct 2007 08:07:16 +0000 |
parents | 7960438eca87 |
children | af9c012cb8d1 |
files | lisp/term/x-win.el |
diffstat | 1 files changed, 10 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/term/x-win.el Tue Oct 09 05:17:21 2007 +0000 +++ b/lisp/term/x-win.el Tue Oct 09 08:07:16 2007 +0000 @@ -1195,7 +1195,7 @@ (define-key map [M-return] [?\M-\C-m]) (define-key map [M-escape] [?\M-\e]) (define-key map [iso-lefttab] [backtab]) - (define-key map [S-iso-lefttab] [backtab])) + (define-key map [S-iso-lefttab] [backtab]) map) "Keymap of possible alternative meanings for some keys.") @@ -2367,15 +2367,15 @@ (cond;; check cut buffer ((or (not cut-text) (string= cut-text "")) (setq x-last-selected-text-cut nil)) - ;; This short cut doesn't work because x-get-cut-buffer - ;; always returns a newly created string. - ;; ((eq cut-text x-last-selected-text-cut) nil) + ;; This short cut doesn't work because x-get-cut-buffer + ;; always returns a newly created string. + ;; ((eq cut-text x-last-selected-text-cut) nil) ((and (string= cut-text x-last-selected-text-cut-encoded) (eq x-last-cut-buffer-coding next-coding)) - ;; See the comment above. No need of this recording. - ;; Record the newer string, - ;; so subsequent calls can use the `eq' test. - ;; (setq x-last-selected-text-cut cut-text) + ;; See the comment above. No need of this recording. + ;; Record the newer string, + ;; so subsequent calls can use the `eq' test. + ;; (setq x-last-selected-text-cut cut-text) nil) (t (setq x-last-selected-text-cut-encoded cut-text @@ -2383,7 +2383,7 @@ x-last-selected-text-cut ;; ICCCM says cut buffer always contain ISO-Latin-1, but ;; use next-selection-coding-system if not nil. - (decode-coding-string + (decode-coding-string cut-text next-coding)))))) ;; As we have done one selection, clear this now. @@ -2509,7 +2509,7 @@ (cons '(user-size . t) parsed)))) ;; All geometry parms apply to the initial frame. (setq initial-frame-alist (append initial-frame-alist parsed)) - ;; The size parms apply to all frames. Don't set it if there are + ;; The size parms apply to all frames. Don't set it if there are ;; sizes there already (from command line). (if (and (assq 'height parsed) (not (assq 'height default-frame-alist)))