Mercurial > emacs
comparison lisp/ChangeLog @ 67194:b4ad6ef2b752
(log-edit-insert-cvs-rcstemplate): Ignore stderr.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 28 Nov 2005 22:31:47 +0000 |
parents | 25c21897d6a9 |
children | 0ece02371a71 |
comparison
equal
deleted
inserted
replaced
67193:738cfb5e451f | 67194:b4ad6ef2b752 |
---|---|
1 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca> | 1 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | |
3 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr. | |
2 | 4 |
3 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with | 5 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with |
4 called-interactively-p. | 6 called-interactively-p. |
5 (elp-profilable-p): Rename from elp-not-profilable-p. | 7 (elp-profilable-p): Rename from elp-not-profilable-p. |
6 Invert result and take into account macros and autoloaded functions. | 8 Invert result and take into account macros and autoloaded functions. |