diff options
| author | Richard M. Stallman | 1994-04-18 04:03:17 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-04-18 04:03:17 +0000 |
| commit | 2cb9019591e905551e2098b5cf38d226dcf3c143 (patch) | |
| tree | 14df6bf692af822ab212c7eddecbc0cdb03cdf70 | |
| parent | 7383caaa1c8fb1af536aa57d1a87e4c4964562a5 (diff) | |
| download | emacs-2cb9019591e905551e2098b5cf38d226dcf3c143.tar.gz emacs-2cb9019591e905551e2098b5cf38d226dcf3c143.zip | |
Move pop-global-mark bindings to loaddefs.el.
| -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]." | |||
| 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.") |