File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4042,7 +4042,8 @@ so that no other packages disturb the match data."
4042
4042
(unless buf
4043
4043
(kill-buffer)))))
4044
4044
(lispy--file-list)))
4045
- (semanticdb-save-all-db))
4045
+ (semanticdb-save-db
4046
+ (semanticdb-directory-loaded-p dir)))
4046
4047
4047
4048
(defun lispy--fetch-this-file-tags ()
4048
4049
"Fetch this file tags."
@@ -4257,10 +4258,9 @@ For example, a `setq' statement is amended with variable name that it uses."
4257
4258
(let* ((this-file (expand-file-name (buffer-file-name)))
4258
4259
(default-directory path)
4259
4260
(db (or (semanticdb-directory-loaded-p path)
4261
+ (lispy-build-semanticdb path)
4260
4262
(error "Semantic not loaded")))
4261
- (db-tables (semanticdb-get-database-tables db)
4262
- ;; (aref db 6)
4263
- )
4263
+ (db-tables (semanticdb-get-database-tables db))
4264
4264
db-tables-with-mode
4265
4265
was-updated)
4266
4266
(unless (lexical-let ((db-files
You can’t perform that action at this time.
0 commit comments