emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: autoload and auto-compression-mode


From: Richard M. Stallman
Subject: Re: autoload and auto-compression-mode
Date: Sun, 15 Jan 2006 18:07:07 -0500

    Why does autoload use `must-suffix'?  No clue.  Anyone?

ISTR it was to avoid undesirable results of loading a non-Lisp file.

`load' MUST allow non-use of a suffix, so you can specify the precise
file name you mean.  If you say (load "foo") expecting it to load the
file `foo.el', but it loads `foo' instead, you can't complain.

However, there is no reason why an autoload should allow the null
suffix, so we can adopt the more reliable behavior of requiring a
suffix.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]