Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
cbe070d1
Commit
cbe070d1
authored
Aug 27, 2014
by
Paul Eggert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* sysdep.c (LC_COLLATE, LC_COLLATE_MASK): Give individual defaults.
Fixes: debbugs:18051
parent
9bac5fd9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
src/ChangeLog
src/ChangeLog
+5
-0
src/sysdep.c
src/sysdep.c
+4
-1
No files found.
src/ChangeLog
View file @
cbe070d1
2014-08-28 Paul Eggert <eggert@cs.ucla.edu>
* sysdep.c (LC_COLLATE, LC_COLLATE_MASK): Give individual defaults
(Bug#18051).
2014-08-27 Eli Zaretskii <eliz@gnu.org>
* syntax.c (scan_lists): Don't examine positions before BEGV.
...
...
src/sysdep.c
View file @
cbe070d1
...
...
@@ -3601,8 +3601,11 @@ system_process_attributes (Lisp_Object pid)
# if defined HAVE_NEWLOCALE || defined HAVE_SETLOCALE
# include <locale.h>
# else
# endif
# ifndef LC_COLLATE
# define LC_COLLATE 0
# endif
# ifndef LC_COLLATE_MASK
# define LC_COLLATE_MASK 0
# endif
# ifndef HAVE_NEWLOCALE
...
...
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