diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/simple.el | 3 |
1 files changed, 0 insertions, 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.") |