comparison lisp/term/x-win.el @ 506:5a33b571a57e

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Thu, 16 Jan 1992 22:42:10 +0000
parents 1e5480d8b334
children 9759addc5671
comparison
equal deleted inserted replaced
505:d5b34c57b5e7 506:5a33b571a57e
426 (define-key global-map [prior] 'scroll-down) 426 (define-key global-map [prior] 'scroll-down)
427 (define-key global-map [next] 'scroll-up) 427 (define-key global-map [next] 'scroll-up)
428 (define-key global-map [begin] 'beginning-of-buffer) 428 (define-key global-map [begin] 'beginning-of-buffer)
429 (define-key global-map [end] 'end-of-buffer) 429 (define-key global-map [end] 'end-of-buffer)
430 430
431 (define-key global-map "\C-z" 'iconify)
431 432
432 ;;; Do the actual X Windows setup here; the above code just defines 433 ;;; Do the actual X Windows setup here; the above code just defines
433 ;;; functions and variables that we use now. 434 ;;; functions and variables that we use now.
434 435
435 (setq command-line-args (x-handle-args command-line-args)) 436 (setq command-line-args (x-handle-args command-line-args))