; Spelling fixes
This commit is contained in:
parent
9b1aab91fc
commit
488a72f8e3
5 changed files with 5 additions and 5 deletions
|
@ -16990,7 +16990,7 @@
|
||||||
|
|
||||||
2015-09-01 Paul Eggert <eggert@cs.ucla.edu>
|
2015-09-01 Paul Eggert <eggert@cs.ucla.edu>
|
||||||
|
|
||||||
terminal-init-w32console mimicks command-line
|
terminal-init-w32console mimics command-line
|
||||||
Problem reported by Eli Zaretskii.
|
Problem reported by Eli Zaretskii.
|
||||||
* lisp/startup.el (startup--setup-quote-display):
|
* lisp/startup.el (startup--setup-quote-display):
|
||||||
New function, refactored from a part of ‘command-line’.
|
New function, refactored from a part of ‘command-line’.
|
||||||
|
|
2
etc/NEWS
2
etc/NEWS
|
@ -1785,7 +1785,7 @@ function 'encode-time', which already accepted a simple time zone rule
|
||||||
argument, has been extended to accept all the new forms.
|
argument, has been extended to accept all the new forms.
|
||||||
|
|
||||||
*** Incompatible change in the third argument of 'format-time-string'.
|
*** Incompatible change in the third argument of 'format-time-string'.
|
||||||
Previously, any non-nil argument was interpeted as specifying Universal Time.
|
Previously, any non-nil argument was interpreted as specifying Universal Time.
|
||||||
This is no longer true; packages that want Universal Time should pass t
|
This is no longer true; packages that want Universal Time should pass t
|
||||||
as the third argument.
|
as the third argument.
|
||||||
|
|
||||||
|
|
|
@ -5820,7 +5820,7 @@
|
||||||
* epa.el (epa-passphrase-callback-function): Say what we're
|
* epa.el (epa-passphrase-callback-function): Say what we're
|
||||||
querying the password for.
|
querying the password for.
|
||||||
|
|
||||||
* ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
|
* ibuffer.el (ibuffer-visit-buffer): To mimic list-buffers
|
||||||
behavior, don't bury the ibuffer buffer when visiting other buffers.
|
behavior, don't bury the ibuffer buffer when visiting other buffers.
|
||||||
|
|
||||||
2010-10-08 Chong Yidong <cyd@stupidchicken.com>
|
2010-10-08 Chong Yidong <cyd@stupidchicken.com>
|
||||||
|
|
|
@ -2088,7 +2088,7 @@ some sort of escape sequence, the ambiguity is resolved via `read-key-delay'."
|
||||||
(cancel-timer timer)
|
(cancel-timer timer)
|
||||||
;; For some reason, `read-key(-sequence)' leaves the prompt in the echo
|
;; For some reason, `read-key(-sequence)' leaves the prompt in the echo
|
||||||
;; area, whereas `read-event' seems to empty it just before returning
|
;; area, whereas `read-event' seems to empty it just before returning
|
||||||
;; (bug#22714). So, let's mimick the behavior of `read-event'.
|
;; (bug#22714). So, let's mimic the behavior of `read-event'.
|
||||||
(message nil)
|
(message nil)
|
||||||
(use-global-map old-global-map))))
|
(use-global-map old-global-map))))
|
||||||
|
|
||||||
|
|
|
@ -2895,7 +2895,7 @@
|
||||||
(wait_reading_process_output, init_process_emacs):
|
(wait_reading_process_output, init_process_emacs):
|
||||||
Assume O_NONBLOCK.
|
Assume O_NONBLOCK.
|
||||||
(wait_reading_process_output): Put in a special case for WINDOWSNT
|
(wait_reading_process_output): Put in a special case for WINDOWSNT
|
||||||
to mimick the older behavior where it had O_NDELAY but not O_NONBLOCK.
|
to mimic the older behavior where it had O_NDELAY but not O_NONBLOCK.
|
||||||
It's not clear this is needed, but it's a more-conservative change.
|
It's not clear this is needed, but it's a more-conservative change.
|
||||||
(create_process): Assume FD_CLOEXEC.
|
(create_process): Assume FD_CLOEXEC.
|
||||||
(create_process, create_pty): Assume O_NOCTTY.
|
(create_process, create_pty): Assume O_NOCTTY.
|
||||||
|
|
Loading…
Add table
Reference in a new issue