]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix syntax used for C-SPC.
authorKarl Heuer <kwzh@gnu.org>
Fri, 11 Feb 1994 06:03:57 +0000 (06:03 +0000)
committerKarl Heuer <kwzh@gnu.org>
Fri, 11 Feb 1994 06:03:57 +0000 (06:03 +0000)
lisp/simple.el

index 04ed57026431f6e7fb5c12807a3d48f2ce278a63..c103a2305ee8704e50f88e7d1e4e81e18fe24d2f 100644 (file)
@@ -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)
 
 \f
 (defvar next-line-add-newlines t