From: Gerd Moellmann Date: Wed, 10 Nov 1999 12:14:59 +0000 (+0000) Subject: Removal of buffer argument of file-local-copy. X-Git-Tag: emacs-pretest-21.0.90~6137 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dde9e75a71ab7a2d0287c7e019fd8336cf0706c2;p=emacs.git Removal of buffer argument of file-local-copy. --- diff --git a/etc/NEWS b/etc/NEWS index f3f40c8a2a6..d391ac19b81 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -541,6 +541,9 @@ Note that +++ before an item means the Lisp manual has been updated. When you add a new item, please add it without either +++ or --- so I will know I still need to look at it -- rms. +** The optional argument BUFFER of function file-local-copy has been +removed since it wasn't used by anything. + ** The file name argument of function `file-locked-p' is now required instead of being optional.