# HG changeset patch # User Richard M. Stallman # Date 1008704206 0 # Node ID 530136f9f1b94096829ea87b04c08d60bc701fd6 # Parent 3147c50bac691397fd47384e292513ca986bef41 *** empty log message *** diff -r 3147c50bac69 -r 530136f9f1b9 etc/NEWS --- a/etc/NEWS Tue Dec 18 19:35:20 2001 +0000 +++ b/etc/NEWS Tue Dec 18 19:36:46 2001 +0000 @@ -81,6 +81,11 @@ ** In Dired, the w command now copies the current line's file name into the kill ring. +** The variables dired-free-space-program and dired-free-space-args +have been renamed to directory-free-space-program and +directory-free-space-args, and they now apply whenever Emacs puts a +directory listing into a buffer. + ** mouse-wheels can now scroll a specific fraction of the window (rather than a fixed number of lines) and the scrolling is `progressive'. diff -r 3147c50bac69 -r 530136f9f1b9 lisp/ChangeLog --- a/lisp/ChangeLog Tue Dec 18 19:35:20 2001 +0000 +++ b/lisp/ChangeLog Tue Dec 18 19:36:46 2001 +0000 @@ -1,3 +1,17 @@ +2001-12-18 Richard M. Stallman + + * files.el (directory-free-space-program): New variable. + (directory-free-space-args): New variable. + (insert-directory): Use those two variables for getting free space. + Use file-system-info instead, if that is defined. + + * dired.el (dired-free-space-program): Variable deleted. + (dired-free-space-args): Variable deleted. + (dired-insert-directory): Don't try to determine free space. + + * files.el (font-lock-defaults): Add risky-local-variables prop. + (hack-one-local-variable): Treat various font-lock variables as risky. + 2001-12-18 Werner Lemberg * language/chinese.el, language/cyrillic.el,