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.
This commit is contained in:
parent
2d8b2fd034
commit
aa5a794843
1 changed files with 0 additions and 1 deletions
|
@ -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.")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue