aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-04-18 04:03:17 +0000
committerRichard M. Stallman1994-04-18 04:03:17 +0000
commit2cb9019591e905551e2098b5cf38d226dcf3c143 (patch)
tree14df6bf692af822ab212c7eddecbc0cdb03cdf70
parent7383caaa1c8fb1af536aa57d1a87e4c4964562a5 (diff)
downloademacs-2cb9019591e905551e2098b5cf38d226dcf3c143.tar.gz
emacs-2cb9019591e905551e2098b5cf38d226dcf3c143.zip
Move pop-global-mark bindings to loaddefs.el.
-rw-r--r--lisp/simple.el3
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]."
1447 (widen)) 1447 (widen))
1448 (goto-char position) 1448 (goto-char position)
1449 (switch-to-buffer buffer))) 1449 (switch-to-buffer buffer)))
1450(define-key ctl-x-map "\C-@" 'pop-global-mark)
1451(define-key ctl-x-map [?\C-\ ] 'pop-global-mark)
1452
1453 1450
1454(defvar next-line-add-newlines t 1451(defvar next-line-add-newlines t
1455 "*If non-nil, `next-line' inserts newline to avoid `end of buffer' error.") 1452 "*If non-nil, `next-line' inserts newline to avoid `end of buffer' error.")