*** empty log message ***

This commit is contained in:
Jim Blandy 1992-01-16 22:42:10 +00:00
parent 2447c62607
commit 080a57ceda

View file

@ -428,6 +428,7 @@ This returns ARGS with the arguments that have been processed removed."
(define-key global-map [begin] 'beginning-of-buffer)
(define-key global-map [end] 'end-of-buffer)
(define-key global-map "\C-z" 'iconify)
;;; Do the actual X Windows setup here; the above code just defines
;;; functions and variables that we use now.