Add load-prefer-newer option, to load .el if newer than .elc
[bpt/emacs.git] / etc / NEWS
index 0977acc..4ab3cd3 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -807,6 +807,11 @@ for something (not just adding elements to it), it ought not to affect you.
 \f
 * Lisp Changes in Emacs 24.4
 
+** New option `load-prefer-newer', if non-nil, means that when both
+.el and .elc versions of a file exist, rather than `load' always
+choosing the .elc version, it will choose whichever is newer
+(unless you explicitly specify one or the other).
+
 ** New function get-pos-property.
 
 ** New hook `pre-redisplay-function'.