From: Richard M. Stallman Date: Mon, 18 Apr 1994 04:03:17 +0000 (+0000) Subject: Move pop-global-mark bindings to loaddefs.el. X-Git-Tag: emacs-19.34~8910 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2cb9019591e905551e2098b5cf38d226dcf3c143;p=emacs.git Move pop-global-mark bindings to loaddefs.el. --- 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.")