comparison 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
comparison
equal deleted inserted replaced
30568:904cda56fa16 30569:f7a0912532da
1 2000-08-03 Sam Steingold <sds@gnu.org>
2
3 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
4 instead of `buffer-string'.
5 (require 'cl): Always, not just when compiling.
6 `ignore-errors' in `interactive', `list*', `defun*' &c make this
7 necessary.
8
1 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il> 9 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
2 10
3 * international/mule-cmds.el (select-safe-coding-system): Make 11 * international/mule-cmds.el (select-safe-coding-system): Make
4 the message text about selecting a safe coding system more clear. 12 the message text about selecting a safe coding system more clear.
5 13
33 41
34 * ebnf2ps.el: Update ps-print functions call. Indentation fix. Doc 42 * ebnf2ps.el: Update ps-print functions call. Indentation fix. Doc
35 fix. 43 fix.
36 (ebnf-version): New version number (3.2). 44 (ebnf-version): New version number (3.2).
37 (ebnf-format-color, ebnf-begin-job): Code fix. 45 (ebnf-format-color, ebnf-begin-job): Code fix.
38 46
39 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il> 47 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
40 48
41 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition 49 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
42 font lock support on window-system. 50 font lock support on window-system.
43 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise. 51 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.