Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c0218e1b
Commit
c0218e1b
authored
Jan 24, 1999
by
Dave Love
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Comment about unibyte.
parent
5b8ed07b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
src/emacs.c
src/emacs.c
+6
-0
No files found.
src/emacs.c
View file @
c0218e1b
...
...
@@ -967,6 +967,12 @@ the Bugs section of the Emacs manual or the file BUGS.\n", argv[0]);
buffers and strings. We need to handle this before calling
init_lread, init_editfns and other places that generate Lisp strings
from text in the environment. */
/* Actually this shouldn't be needed as of 20.4 in a generally
unibyte environment. As handa says, environment values
aren't now decoded; also existing buffers are now made
unibyte during startup if .emacs sets unibyte. Tested with
8-bit data in environment variables and /etc/passwd, setting
unibyte and Latin-1 in .emacs. -- Dave Love */
if
(
argmatch
(
argv
,
argc
,
"-unibyte"
,
"--unibyte"
,
4
,
NULL
,
&
skip_args
)
||
argmatch
(
argv
,
argc
,
"-no-multibyte"
,
"--no-multibyte"
,
4
,
NULL
,
&
skip_args
)
||
(
getenv
(
"EMACS_UNIBYTE"
)
&&
!
inhibit_unibyte
))
...
...
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