From fbb6c27bac52fcc3377b90fe31e6475256fe9232 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Fri, 11 Feb 1994 06:03:57 +0000 Subject: [PATCH] Fix syntax used for C-SPC. --- lisp/simple.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]." (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 -- 2.39.5