mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-19 11:27:34 +00:00
*** empty log message ***
This commit is contained in:
parent
98038dc07c
commit
6f236da80e
1 changed files with 2 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue