--- bindings.el.~1.100.~ Wed Apr 17 17:38:22 2002 +++ bindings.el Sun Apr 28 02:09:00 2002 @@ -643,7 +643,7 @@ (define-key esc-map "w" 'kill-ring-save) (define-key esc-map "\C-w" 'append-next-kill) (define-key global-map "\C-y" 'yank) -(define-key esc-map "y" 'yank-pop) +(define-key esc-map "y" 'yank-previous) ;; (define-key ctl-x-map "a" 'append-to-buffer) --- loadup.el.~1.122.~ Sat Apr 27 17:20:53 2002 +++ loadup.el Sun Apr 28 02:09:41 2002 @@ -65,6 +65,7 @@ (load "bindings") (setq load-source-file-function 'load-with-code-conversion) (load "simple") +(load "kill-ring") (load "files") (load "cus-face")