aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1994-02-11 06:03:57 +0000
committerKarl Heuer1994-02-11 06:03:57 +0000
commitfbb6c27bac52fcc3377b90fe31e6475256fe9232 (patch)
treee605cd957ab56bcd353c611da26f0c028b99cab6
parentb00f856bc3b91713f53e2ead7ca417ba716bbf4c (diff)
downloademacs-fbb6c27bac52fcc3377b90fe31e6475256fe9232.tar.gz
emacs-fbb6c27bac52fcc3377b90fe31e6475256fe9232.zip
Fix syntax used for C-SPC.
-rw-r--r--lisp/simple.el2
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