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
768c0c0f
Commit
768c0c0f
authored
Jan 13, 2010
by
Juanma Barranquero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos in comments and ChangeLogs.
parent
d77b5977
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
doc/emacs/ChangeLog
doc/emacs/ChangeLog
+2
-2
doc/misc/ChangeLog
doc/misc/ChangeLog
+2
-2
lib-src/emacsclient.c
lib-src/emacsclient.c
+1
-1
src/emacs.c
src/emacs.c
+1
-1
No files found.
doc/emacs/ChangeLog
View file @
768c0c0f
...
...
@@ -6735,8 +6735,8 @@
1998-04-06 Andreas Schwab <schwab@gnu.org>
* Makefile.in (ENVADD): Enviroment vars to pass to texi2dvi.
Use
it in dvi targets.
* Makefile.in (ENVADD): Enviro
n
ment vars to pass to texi2dvi.
Use
it in dvi targets.
1997-09-23 Paul Eggert <eggert@twinsun.com>
...
...
doc/misc/ChangeLog
View file @
768c0c0f
...
...
@@ -6180,8 +6180,8 @@
1998-04-06 Andreas Schwab <schwab@gnu.org>
* Makefile.in (ENVADD): Enviroment vars to pass to texi2dvi.
Use
it in dvi targets.
* Makefile.in (ENVADD): Enviro
n
ment vars to pass to texi2dvi.
Use
it in dvi targets.
(../etc/GNU): Change to $(srcdir) first.
1998-03-11 Carsten Dominik <cd@delysid.gnu.org>
...
...
lib-src/emacsclient.c
View file @
768c0c0f
...
...
@@ -340,7 +340,7 @@ w32_get_resource (predefined, key, type)
/*
getenv wrapper for Windows
This is needed to duplicate Emacs's behavior, which is to look for enviroment
This is needed to duplicate Emacs's behavior, which is to look for enviro
n
ment
variables in the registry if they don't appear in the environment.
*/
char
*
...
...
src/emacs.c
View file @
768c0c0f
...
...
@@ -157,7 +157,7 @@ void *malloc_state_ptr;
extern
void
*
malloc_get_state
();
/* From glibc, a routine that overwrites the malloc internal state. */
extern
int
malloc_set_state
();
/* Non-zero if the MALLOC_CHECK_ enviroment variable was set while
/* Non-zero if the MALLOC_CHECK_ enviro
n
ment variable was set while
dumping. Used to work around a bug in glibc's malloc. */
int
malloc_using_checking
;
#endif
...
...
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