Mercurial > emacs
diff lisp/simple.el @ 6943:c41c87311f68
Move pop-global-mark bindings to loaddefs.el.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 18 Apr 1994 04:03:17 +0000 |
parents | 35e524a24c7f |
children | 319678b541eb |
line wrap: on
line diff
--- a/lisp/simple.el Mon Apr 18 01:06:31 1994 +0000 +++ b/lisp/simple.el Mon Apr 18 04:03:17 1994 +0000 @@ -1447,9 +1447,6 @@ (widen)) (goto-char position) (switch-to-buffer buffer))) -(define-key ctl-x-map "\C-@" 'pop-global-mark) -(define-key ctl-x-map [?\C-\ ] 'pop-global-mark) - (defvar next-line-add-newlines t "*If non-nil, `next-line' inserts newline to avoid `end of buffer' error.")