emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] 10/39: Removed local hook as it's is long obsolete.


From: Phillip Lord
Subject: [elpa] 10/39: Removed local hook as it's is long obsolete.
Date: Mon, 20 Oct 2014 08:22:33 +0000

phillord pushed a commit to branch externals/pabbrev
in repository elpa.

commit fda2dbe0a9775c30886a434cfd671c3256ca8678
Author: Phillip Lord <address@hidden>
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()



reply via email to

[Prev in Thread] Current Thread [Next in Thread]