diff options
Diffstat (limited to 'lisp/emulation')
| -rw-r--r-- | lisp/emulation/edt.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/emulation/edt.el b/lisp/emulation/edt.el index 57185053932..a32fb612adb 100644 --- a/lisp/emulation/edt.el +++ b/lisp/emulation/edt.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; edt.el --- enhanced EDT keypad mode emulation for GNU Emacs | 1 | ;;; edt.el --- enhanced EDT keypad mode emulation for GNU Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 1992-1995, 2000-2014 Free Software Foundation, | 3 | ;; Copyright (C) 1986, 1992-1995, 2000-2014 Free Software Foundation, Inc. |
| 4 | ;; Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Kevin Gallagher <Kevin.Gallagher@boeing.com> | 5 | ;; Author: Kevin Gallagher <Kevin.Gallagher@boeing.com> |
| 7 | ;; Maintainer: Kevin Gallagher <Kevin.Gallagher@boeing.com> | 6 | ;; Maintainer: Kevin Gallagher <Kevin.Gallagher@boeing.com> |
| @@ -51,7 +50,7 @@ | |||
| 51 | ;; you initiate a GNU Emacs session, by adding the following line to | 50 | ;; you initiate a GNU Emacs session, by adding the following line to |
| 52 | ;; your init file: | 51 | ;; your init file: |
| 53 | ;; | 52 | ;; |
| 54 | ;; (add-hook term-setup-hook 'edt-emulation-on) | 53 | ;; (add-hook 'emacs-startup-hook 'edt-emulation-on) |
| 55 | 54 | ||
| 56 | ;; IMPORTANT: Be sure to read the Info node `edt' for more details. | 55 | ;; IMPORTANT: Be sure to read the Info node `edt' for more details. |
| 57 | ;; It contains very helpful user information. | 56 | ;; It contains very helpful user information. |