comparison lisp/ChangeLog @ 5203:733f067a73ce

Check that MODENAME-mode is fboundp before calling it, files.el 2010-04-15 Aidan Kehoe <kehoea@parhasard.net> * files.el (hack-local-variables-prop-line) (hack-one-local-variable): Only attempt to call MODENAME-mode on encountering a -*-MODENAME-*- line if the corresponding symbol has a function binding, avoiding an error if, for example, opening a log file with XLFDs and wild cards. Thanks for the bug report, Henrique Martins!
author Aidan Kehoe <kehoea@parhasard.net>
date Thu, 15 Apr 2010 17:01:08 +0100
parents fa5d6416887f
children 39d74978fd32
comparison
equal deleted inserted replaced
5202:1c615eb1e4b2 5203:733f067a73ce
1 2010-04-15 Aidan Kehoe <kehoea@parhasard.net>
2
3 * files.el (hack-local-variables-prop-line)
4 (hack-one-local-variable):
5 Only attempt to call MODENAME-mode on encountering a
6 -*-MODENAME-*- line if the corresponding symbol has a function
7 binding, avoiding an error if, for example, opening a log file
8 with XLFDs and wild cards. Thanks for the bug report, Henrique
9 Martins!
10
1 2010-04-09 Didier Verna <didier@xemacs.org> 11 2010-04-09 Didier Verna <didier@xemacs.org>
2 12
3 * hyper-apropos.el (hyper-apropos-get-doc): Use [not available] 13 * hyper-apropos.el (hyper-apropos-get-doc): Use [not available]
4 when a function's arglist is unknown (this happens for autoloaded 14 when a function's arglist is unknown (this happens for autoloaded
5 functions). 15 functions).