From 2cb9019591e905551e2098b5cf38d226dcf3c143 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 18 Apr 1994 04:03:17 +0000 Subject: [PATCH] Move pop-global-mark bindings to loaddefs.el. --- lisp/simple.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/lisp/simple.el b/lisp/simple.el index 0f35b253790..19aca0e194a 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -1447,9 +1447,6 @@ incremental search, \\[beginning-of-buffer], and \\[end-of-buffer]." (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.") -- 2.39.5