comparison lisp/ChangeLog @ 43686:4dacabf9ff3e

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sun, 03 Mar 2002 22:22:55 +0000
parents a09a21b5e758
children d5c8f3407159
comparison
equal deleted inserted replaced
43685:498bad2aca78 43686:4dacabf9ff3e
1 2002-03-03 Richard M. Stallman <rms@gnu.org>
2
3 * textmodes/artist.el (artist-system): Use make-temp-file.
4
5 * progmodes/ps-mode.el (ps-run-make-tmp-filename): Use make-temp-file.
6
7 * mail/sendmail.el (mail-recover-1): Increase non-random-len
8 by 1 since we changed make-auto-save-file-name to add one
9 fewer character to the buffer name.
10 (mail-recover): Really show point at the right place
11 in the *Directory* buffer.
12
13 * files.el (make-auto-save-file-name): Use make-temp-file.
14
15 * terminal.el (te-create-terminfo): Use make-temp-file
16 to create the source file in a safe way.
17
1 2002-03-03 Eli Zaretskii <eliz@is.elta.co.il> 18 2002-03-03 Eli Zaretskii <eliz@is.elta.co.il>
2 19
3 * cus-start.el: Rename automatic-hscroll-step and 20 * cus-start.el: Rename automatic-hscroll-step and
4 automatic-hscroll-margin into hscroll-step and hscroll-margin. 21 automatic-hscroll-margin into hscroll-step and hscroll-margin.
5 22