aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/terminal.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/terminal.el b/lisp/terminal.el
index b84b1b6ed00..6b055200359 100644
--- a/lisp/terminal.el
+++ b/lisp/terminal.el
@@ -1,6 +1,6 @@
1;;; terminal.el --- terminal emulator for GNU Emacs 1;;; terminal.el --- terminal emulator for GNU Emacs
2 2
3;; Copyright (C) 1986,87,88,89,93,94 Free Software Foundation, Inc. 3;; Copyright (C) 1986, 1987, 1988, 1989, 1993, 1994 Free Software Foundation, Inc.
4 4
5;; Author: Richard Mlynarik <mly@eddie.mit.edu> 5;; Author: Richard Mlynarik <mly@eddie.mit.edu>
6;; Maintainer: FSF 6;; Maintainer: FSF
@@ -537,7 +537,7 @@ together with a command \\<terminal-edit-map>to return to terminal emulation: \\
537 (setq mode-name "Terminal Edit") 537 (setq mode-name "Terminal Edit")
538 (setq mode-line-modified (default-value 'mode-line-modified)) 538 (setq mode-line-modified (default-value 'mode-line-modified))
539 (setq mode-line-process nil) 539 (setq mode-line-process nil)
540 (run-hooks 'terminal-edit-mode-hook)) 540 (run-mode-hooks 'terminal-edit-mode-hook))
541 541
542(defun te-edit () 542(defun te-edit ()
543 "Start editing the terminal emulator buffer with ordinary Emacs commands." 543 "Start editing the terminal emulator buffer with ordinary Emacs commands."