diff options
author | Roland McGrath <roland@gnu.org> | 1994-01-09 23:24:57 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-01-09 23:24:57 +0000 |
commit | b03f6d387bfba2cf7934ee36fc9e224e087131a1 (patch) | |
tree | b904604291d9fcb40bc52e06d9d5dd7c3d7c9e7b /lisp/term | |
parent | 1476977314f4177735ad92e667ca689731fbd7c3 (diff) | |
download | emacs-b03f6d387bfba2cf7934ee36fc9e224e087131a1.tar.gz |
(vendor-key-syms): Fixed typo (extra parens).
Diffstat (limited to 'lisp/term')
-rw-r--r-- | lisp/term/x-win.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index a40d1187879..3882f2a7a6f 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el @@ -529,7 +529,7 @@ This returns ARGS with the arguments that have been processed removed." ;; These are for Sun. (392976 . f35) (392977 . f36) - (393056 . req))) + (393056 . req) )) ;;;; Selections and cut buffers |