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
8a621d53
Commit
8a621d53
authored
Jun 02, 2013
by
Juanma Barranquero
Browse files
lisp/ChangeLog, src/ChangeLog: Fix whitespace.
parent
2044e704
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
9 deletions
+8
-9
lisp/ChangeLog
lisp/ChangeLog
+6
-7
src/ChangeLog
src/ChangeLog
+2
-2
No files found.
lisp/ChangeLog
View file @
8a621d53
...
...
@@ -1704,7 +1704,7 @@
* emacs-lisp/syntax.el (syntax-propertize-multiline):
Use `syntax-multiline' text property consistently instead of
`font-lock-multiline'.
(b
ug#14237)
.
`font-lock-multiline'.
(B
ug#14237)
2013-04-26 Glenn Morris <rgm@gnu.org>
...
...
@@ -1945,9 +1945,9 @@
2013-04-19 Masatake YAMATO <yamato@redhat.com>
* progmodes/sh-script.el (sh-imenu-generic-expression):
Handle function names with a single character.
(Bug#14111)
Handle function names with a single character. (Bug#14111)
2013-04-19 Dima Kogan <dima@secretsauce.net>
(tiny change)
2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
* progmodes/gud.el (gud-perldb-marker-filter): Understand position info
for subroutines defined in an eval (bug#14182).
...
...
@@ -2364,9 +2364,8 @@
2013-04-03 Alan Mackenzie <acm@muc.de>
Handle `parse-partial-sexp' landing inside a comment opener
(Bug#13244). Also adapt to the new values of element 7 of a parse
state.
Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
Also adapt to the new values of element 7 of a parse state.
* progmodes/cc-engine.el (c-state-pp-to-literal): New optional
parameter `not-in-delimiter'. Handle being inside comment opener.
...
...
@@ -3002,7 +3001,7 @@
2013-03-08 Jambunathan K <kjambunathan@gmail.com>
* hi-lock.el (hi-lock-read-regexp-defaults-function): New var.
(hi-lock-read-regexp-defaults):
New defun.
(hi-lock-read-regexp-defaults): New defun.
(hi-lock-line-face-buffer, hi-lock-face-buffer)
(hi-lock-face-phrase-buffer): Propagate above change.
Update docstring (bug#13892).
...
...
src/ChangeLog
View file @
8a621d53
...
...
@@ -3553,7 +3553,7 @@
Use xputenv instead of setenv or putenv, to detect memory exhaustion.
* editfns.c (initial_tz): Move static var decl up.
(tzvalbuf_in_environ): New static var.
(init_editfns):
Initialize these two static vars.
(init_editfns):
Initialize these two static vars.
(Fencode_time): Don't assume arbitrary limit on EMACS_INT width.
Save old TZ value on stack, if it's small.
(Fencode_time, set_time_zone_rule): Don't modify 'environ' directly;
...
...
@@ -3832,7 +3832,7 @@
Use execve to avoid need to munge environ (Bug#13054).
* callproc.c (Fcall_process):
* process.c (create_process):
Don't save and restore environ;
no longer needed.
Don't save and restore environ;
no longer needed.
* callproc.c (child_setup):
Use execve, not execvp, to preserve environ.
...
...
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