From: Glenn Morris Date: Sat, 5 Sep 2009 19:11:24 +0000 (+0000) Subject: Mention that redefining the function byte-compile-dest-file is obsolete. X-Git-Tag: emacs-pretest-23.1.90~1467 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=14ad89e13b4e6e466307c6c49102ed54d752a10e;p=emacs.git Mention that redefining the function byte-compile-dest-file is obsolete. --- diff --git a/etc/NEWS b/etc/NEWS index 2f46df0c426..ffab85e0650 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -232,6 +232,11 @@ for completions displayed in *Completions*. ** Face aliases can now be marked as obsolete, using the macro `define-obsolete-face-alias'. +--- +** Changing the file-names generated by byte-compilation by redefining +the function `byte-compile-dest-file' before loading bytecomp.el is obsolete. +Instead, customize byte-compile-dest-file-function. + * Installation Changes in Emacs 23.1