-
Is your new Emacs 24 complaining that make-local-hook is not defined for some old modules? This bug email has the magic incantation you need to get things working again:
(define-obsolete-function-alias 'make-local-hook 'ignore "21.1")
This has been a public service announcement. GUADEC report is upcoming; I was stumped by this today.
↧
Federico Mena-Quintero: Sat 2012/Aug/04
↧