emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 aa5a794 2/2: Remove `semanticdb-save-all-db-idle'


From: David Engster
Subject: [Emacs-diffs] emacs-25 aa5a794 2/2: Remove `semanticdb-save-all-db-idle' from `auto-save-hook'
Date: Sun, 21 Feb 2016 16:24:26 +0000

branch: emacs-25
commit aa5a7948431437fc09931ac21eb05f365e1f8876
Author: David Engster <address@hidden>
Commit: David Engster <address@hidden>

    Remove `semanticdb-save-all-db-idle' from `auto-save-hook'
    
    * lisp/cedet/semantic/db-mode.el (semanticdb-hooks): Do not put
      `semanticdb-save-all-db-idle' into `auto-save-hook'. The latter is
      not an idle hook, so it's not appropriate to call it there. It will
      already be called in the `semantic-idle-work-core-handler', which
      runs when Emacs is actually idle.
---
 lisp/cedet/semantic/db-mode.el |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/lisp/cedet/semantic/db-mode.el b/lisp/cedet/semantic/db-mode.el
index e8be185..73cc7b5 100644
--- a/lisp/cedet/semantic/db-mode.el
+++ b/lisp/cedet/semantic/db-mode.el
@@ -39,7 +39,6 @@
     (semanticdb-kill-hook kill-buffer-hook)
     (semanticdb-kill-hook change-major-mode-hook) ;; Not really a kill, but we 
need the same effect.
     (semanticdb-kill-emacs-hook kill-emacs-hook)
-    (semanticdb-save-all-db-idle auto-save-hook)
     )
   "List of hooks and values to add/remove when configuring semanticdb.")
 



reply via email to

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