# HG changeset patch # User Richard M. Stallman # Date 766641797 0 # Node ID c41c87311f68f92d1e3780fe7dc89e27592dfc10 # Parent 90305d5fe5aab2c2ef1261f4efb742c7d9269b65 Move pop-global-mark bindings to loaddefs.el. diff -r 90305d5fe5aa -r c41c87311f68 lisp/simple.el --- a/lisp/simple.el Mon Apr 18 01:06:31 1994 +0000 +++ b/lisp/simple.el Mon Apr 18 04:03:17 1994 +0000 @@ -1447,9 +1447,6 @@ (widen)) (goto-char position) (switch-to-buffer buffer))) -(define-key ctl-x-map "\C-@" 'pop-global-mark) -(define-key ctl-x-map [?\C-\ ] 'pop-global-mark) - (defvar next-line-add-newlines t "*If non-nil, `next-line' inserts newline to avoid `end of buffer' error.")