From 8a621d5317e94977bb3e5e5ab2800b810d0297ee Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sun, 2 Jun 2013 05:59:46 +0200 Subject: [PATCH] lisp/ChangeLog, src/ChangeLog: Fix whitespace. --- lisp/ChangeLog | 13 ++++++------- src/ChangeLog | 4 ++-- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 56c340b1da4..4a2fb7cc1cf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1704,7 +1704,7 @@ * emacs-lisp/syntax.el (syntax-propertize-multiline): Use `syntax-multiline' text property consistently instead of - `font-lock-multiline'. (bug#14237). + `font-lock-multiline'. (Bug#14237) 2013-04-26 Glenn Morris @@ -1945,9 +1945,9 @@ 2013-04-19 Masatake YAMATO * 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 (tiny change) +2013-04-19 Dima Kogan (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 - 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 * 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). diff --git a/src/ChangeLog b/src/ChangeLog index a2d4a21e973..65a49bae1dc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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. -- 2.39.2