On Tue, 10 Jun 2003 23:10:29 +0200, Adrian Aichner wrote:
Vasily> ;;;###autoload
Vasily> (add-to-list 'auto-mode-alist '("\\.js$" .
javascript-mode))
Vasily> +(add-to-list 'auto-mode-alist '("\\.pac$" .
javascript-mode))
Hi Vasily, this second form will not be autoloaded.
Norbert, don't release this yet!
See
(lispref)Autoload
Yup, sorry. Thanks for pointing this out. Do I need to send a new patch?
Also, (add-to-list ...) is better written on the same line with the
autoload cookie so it won't do anything at load-time.
Hm. Agreed.
--
I accept RFC3156 and RFC2440-compatible encrypted mail.
PGP key fingerprint: 123A 7CCE 6E26 6233 0D87 E01A A0F8 3524 FCD8 1841