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
b4fab893
Commit
b4fab893
authored
Sep 03, 2004
by
Richard M. Stallman
Browse files
(normal-top-level): Undo previous TERM change.
parent
1e71278b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/startup.el
lisp/startup.el
+0
-3
No files found.
lisp/ChangeLog
View file @
b4fab893
2004-09-03 Richard M. Stallman <rms@gnu.org>
* startup.el (normal-top-level): Undo previous TERM change.
2004-09-03 Kim F. Storm <storm@cua.dk>
* emulation/cua-rect.el (cua--overlay-keymap): New keymap for
...
...
lisp/startup.el
View file @
b4fab893
...
...
@@ -348,9 +348,6 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'."
;; `user-full-name' is now known; reset its standard-value here.
(
put
'user-full-name
'standard-value
(
list
(
default-value
'user-full-name
)))
;; Subprocesses of Emacs do not have direct access to the terminal,
;; so unless told otherwise they should only assume a dumb terminal.
(
setenv
"TERM"
"dumb"
)
;; For root, preserve owner and group when editing files.
(
if
(
equal
(
user-uid
)
0
)
(
setq
backup-by-copying-when-mismatch
t
))
...
...
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