*** empty log message ***

This commit is contained in:
Jim Blandy 1991-07-25 16:41:17 +00:00
parent 98038dc07c
commit 6f236da80e

View file

@ -177,6 +177,8 @@ Accept any number of arguments, but ignore them."
(fset 'beep 'ding) ;preserve lingual purtity
(fset 'indent-to-column 'indent-to)
(fset 'backward-delete-char 'delete-backward-char)
(fset 'search-forward-regexp (symbol-function 're-search-forward))
(fset 'search-backward-regexp (symbol-function 're-search-backward))
(defvar global-map nil
"Default global keymap mapping Emacs keyboard input into commands.