diff options
| author | Lars Magne Ingebrigtsen | 2011-06-15 19:30:41 +0200 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2011-06-15 19:30:41 +0200 |
| commit | b96e6cde3e311cd79f8ad134291d41c8c64cc6ad (patch) | |
| tree | 192328b2b0febc1b51154beb6e60023ce04b7d05 /lisp/ChangeLog | |
| parent | efdcdbf8231deaa720db91f45073d6c00574c240 (diff) | |
| download | emacs-b96e6cde3e311cd79f8ad134291d41c8c64cc6ad.tar.gz emacs-b96e6cde3e311cd79f8ad134291d41c8c64cc6ad.zip | |
Renamed `process-alive-p' to `process-live-p' for consistency with other `-live-p' functions.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7b49352a178..622831cb31f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * subr.el (process-live-p): Renamed from `process-alive-p' for | ||
| 4 | consistency with other `-live-p' functions. | ||
| 5 | |||
| 1 | 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca> | 6 | 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 7 | ||
| 3 | * window.el (same-window-buffer-names, same-window-regexps) | 8 | * window.el (same-window-buffer-names, same-window-regexps) |