diff options
Diffstat (limited to 'lisp/term/internal.el')
| -rw-r--r-- | lisp/term/internal.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term/internal.el b/lisp/term/internal.el index 658307d3959..59b25864f69 100644 --- a/lisp/term/internal.el +++ b/lisp/term/internal.el | |||
| @@ -27,7 +27,7 @@ | |||
| 27 | ;; --------------------------------------------------------------------------- | 27 | ;; --------------------------------------------------------------------------- |
| 28 | ;; keyboard setup -- that's simple! | 28 | ;; keyboard setup -- that's simple! |
| 29 | (set-input-mode nil nil 0) | 29 | (set-input-mode nil nil 0) |
| 30 | (define-key local-function-key-map [backspace] "\177") ; Normal behaviour for BS | 30 | (define-key local-function-key-map [backspace] "\177") ; Normal behavior for BS |
| 31 | (define-key local-function-key-map [delete] "\C-d") ; ... and Delete | 31 | (define-key local-function-key-map [delete] "\C-d") ; ... and Delete |
| 32 | (define-key local-function-key-map [tab] [?\t]) | 32 | (define-key local-function-key-map [tab] [?\t]) |
| 33 | (define-key local-function-key-map [linefeed] [?\n]) | 33 | (define-key local-function-key-map [linefeed] [?\n]) |