diff options
| -rw-r--r-- | lisp/simple.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index 04ed5702643..c103a2305ee 100644 --- a/lisp/simple.el +++ b/lisp/simple.el | |||
| @@ -1429,7 +1429,7 @@ incremental search, \\[beginning-of-buffer], and \\[end-of-buffer]." | |||
| 1429 | (goto-char position) | 1429 | (goto-char position) |
| 1430 | (switch-to-buffer buffer))) | 1430 | (switch-to-buffer buffer))) |
| 1431 | (define-key ctl-x-map "\C-@" 'pop-global-mark) | 1431 | (define-key ctl-x-map "\C-@" 'pop-global-mark) |
| 1432 | (define-key ctl-x-map [C-SPC] 'pop-global-mark) | 1432 | (define-key ctl-x-map [?\C-\ ] 'pop-global-mark) |
| 1433 | 1433 | ||
| 1434 | 1434 | ||
| 1435 | (defvar next-line-add-newlines t | 1435 | (defvar next-line-add-newlines t |