]> git.eshelyaron.com Git - emacs.git/commitdiff
Move pop-global-mark bindings to loaddefs.el.
authorRichard M. Stallman <rms@gnu.org>
Mon, 18 Apr 1994 04:03:17 +0000 (04:03 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 18 Apr 1994 04:03:17 +0000 (04:03 +0000)
lisp/simple.el

index 0f35b253790013717f528ef2d07e7cb7e6fbeb10..19aca0e194ad24d3747a533a01b0c41e51b1c027 100644 (file)
@@ -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)
-
 \f
 (defvar next-line-add-newlines t
   "*If non-nil, `next-line' inserts newline to avoid `end of buffer' error.")