Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
caaaa40e
Commit
caaaa40e
authored
May 26, 2005
by
Lute Kamstra
Browse files
(terminal-edit-mode): Use run-mode-hooks.
parent
6d0be292
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/terminal.el
lisp/terminal.el
+2
-2
No files found.
lisp/terminal.el
View file @
caaaa40e
;;; terminal.el --- terminal emulator for GNU Emacs
;; Copyright (C) 1986,
87,88,89,93,
94 Free Software Foundation, Inc.
;; Copyright (C) 1986,
1987, 1988, 1989, 1993, 19
94 Free Software Foundation, Inc.
;; Author: Richard Mlynarik <mly@eddie.mit.edu>
;; Maintainer: FSF
...
...
@@ -537,7 +537,7 @@ together with a command \\<terminal-edit-map>to return to terminal emulation: \\
(
setq
mode-name
"Terminal Edit"
)
(
setq
mode-line-modified
(
default-value
'mode-line-modified
))
(
setq
mode-line-process
nil
)
(
run-hooks
'terminal-edit-mode-hook
))
(
run-
mode-
hooks
'terminal-edit-mode-hook
))
(
defun
te-edit
()
"Start editing the terminal emulator buffer with ordinary Emacs commands."
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment