changeset 5893:57c1061d77ff

Fix syntax used for C-SPC.
author Karl Heuer <kwzh@gnu.org>
date Fri, 11 Feb 1994 06:03:57 +0000
parents c9b930106073
children 89c310941fcb
files lisp/simple.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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