Paul <[email protected]> writes: > > egocentric.el (part of emacs-goodies-el) will not operate with my > installation of GNU Emacs. It appears that make-local-hook is > obsolete, and has now been removed completely from emacs24.
That incompatible change hurts ascii.el too and perhaps maplev.el. > (if (featurep 'xemacs) > (make-local-hook 'post-command-hook)) I think it would be better (fboundp 'make-local-hook). I see highlight-current-line.el and markdown-mode.el do it based on xemacs, but better based on the function. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

