Mercurial > emacs
diff lisp/ChangeLog @ 30569:f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
instead of `buffer-string'.
(require 'cl): Always, not just when compiling.
`ignore-errors' in `interactive', `list*', `defun*' &c make this necessary.
author | Sam Steingold <sds@gnu.org> |
---|---|
date | Thu, 03 Aug 2000 18:11:47 +0000 |
parents | 6fb8395584a1 |
children | e53905a0a16b |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Aug 03 14:50:28 2000 +0000 +++ b/lisp/ChangeLog Thu Aug 03 18:11:47 2000 +0000 @@ -1,3 +1,11 @@ +2000-08-03 Sam Steingold <sds@gnu.org> + + * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties' + instead of `buffer-string'. + (require 'cl): Always, not just when compiling. + `ignore-errors' in `interactive', `list*', `defun*' &c make this + necessary. + 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il> * international/mule-cmds.el (select-safe-coding-system): Make @@ -35,7 +43,7 @@ fix. (ebnf-version): New version number (3.2). (ebnf-format-color, ebnf-begin-job): Code fix. - + 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il> * net/net-utils.el (nslookup-font-lock-keywords): Don't condition