Skip to content

Commit

Permalink
This should be silent.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andersbakken committed Sep 2, 2016
1 parent b4cc586 commit fbb98a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rtags.el
Original file line number Diff line number Diff line change
Expand Up @@ -4253,7 +4253,7 @@ so it knows what files may be queried which helps with responsiveness.
(rtags-log (concat "--set-buffers files: "
(combine-and-quote-strings
(split-string (buffer-substring-no-properties (point-min) (point-max)) "\n" t)))))
(rtags-call-rc :noerror t :silent-query t :path t :unsaved (current-buffer) "--set-buffers" "-"))))
(rtags-call-rc :noerror t :silent-query t :silent t :path t :unsaved (current-buffer) "--set-buffers" "-"))))

(defun rtags-kill-buffer-hook ()
"When killing a buffer that is indexable, inform rdm of the new
Expand Down

0 comments on commit fbb98a9

Please sign in to comment.