# HG changeset patch # User Karl Heuer # Date 760946637 0 # Node ID 57c1061d77ff6d529d763db49c640ef8726ea613 # Parent c9b9301060738688948deab41bb956c4cd9e0ca4 Fix syntax used for C-SPC. diff -r c9b930106073 -r 57c1061d77ff lisp/simple.el --- a/lisp/simple.el Fri Feb 11 05:54:37 1994 +0000 +++ b/lisp/simple.el Fri Feb 11 06:03:57 1994 +0000 @@ -1429,7 +1429,7 @@ (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