comparison lisp/ChangeLog @ 42240:8a60ab4595b4

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Fri, 21 Dec 2001 15:22:06 +0000
parents 0ec3fdf1c45e
children 7323f184dab6
comparison
equal deleted inserted replaced
42239:1e736b882b4f 42240:8a60ab4595b4
1 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * ls-lisp.el (insert-directory): Insert the amount of free disk
4 space, like files.el's insert-directory does.
5
6 * files.el (directory-free-space-program): Mention
7 file-system-info in the doc string.
8 (get-free-disk-space): New function; code moved from
9 insert-directory.
10 (insert-directory): Call get-free-disk-space to get the amount of
11 free space.
12
1 2001-12-21 Richard M. Stallman <rms@gnu.org> 13 2001-12-21 Richard M. Stallman <rms@gnu.org>
2 14
3 * emacs-lisp/easy-mmode.el (define-minor-mode): 15 * emacs-lisp/easy-mmode.el (define-minor-mode):
4 Make no arg by default in an interactive call, 16 Make no arg by default in an interactive call,
5 so that repeating the command toggles again. 17 so that repeating the command toggles again.