phillord pushed a commit to branch externals/pabbrev in repository elpa. commit fda2dbe0a9775c30886a434cfd671c3256ca8678 Author: Phillip Lord <phillip.l...@newcastle.ac.uk> Date: Thu Oct 25 12:01:02 2012 +0100
Removed local hook as it's is long obsolete. --- tmmofl.el | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/tmmofl.el b/tmmofl.el index 7600989..9140870 100644 --- a/tmmofl.el +++ b/tmmofl.el @@ -277,7 +277,6 @@ If a face is in `faces-to-iterate' but not in `faces-cache', then call (defun tmmofl-ensure-buffer-tmmofl-ready() "Ensure that the `tmmofl-post-command-hook-function' is on the post-command-hook and that this hook is local" - (make-local-hook 'post-command-hook) (add-hook 'post-command-hook 'tmmofl-post-command-hook-function nil t)) (defun tmmofl-possibly-remove-tmmofl-readiness()