aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1994-02-11 06:03:57 +0000
committerKarl Heuer <[email protected]>1994-02-11 06:03:57 +0000
commitfbb6c27bac52fcc3377b90fe31e6475256fe9232 (patch)
treee605cd957ab56bcd353c611da26f0c028b99cab6 /lisp
parentb00f856bc3b91713f53e2ead7ca417ba716bbf4c (diff)
Fix syntax used for C-SPC.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/simple.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index 04ed570264..c103a2305e 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -1429,7 +1429,7 @@ incremental search, \\[beginning-of-buffer], and \\[end-of-buffer]."
(goto-char position)
(switch-to-buffer buffer)))
(define-key ctl-x-map "\C-@" 'pop-global-mark)
-(define-key ctl-x-map [C-SPC] 'pop-global-mark)
+(define-key ctl-x-map [?\C-\ ] 'pop-global-mark)
(defvar next-line-add-newlines t