Skip to content

Commit

Permalink
Issue Andersbakken#579. Rename to rtags-close-taglist-on-focus-lost.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andersbakken committed Jan 23, 2016
1 parent 9b69ea2 commit ad85fda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rtags.el
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Note: it is recommended to run each sandbox is separate emacs process.")
:type 'boolean
:safe 'booleanp)

(defcustom rtags-close-taglist-on-focuslost nil
(defcustom rtags-close-taglist-on-focus-lost nil
"Whether rtags-taglist should close when it loses focus"
:group 'rtags
:type 'boolean
Expand Down Expand Up @@ -2420,7 +2420,7 @@ is true. References to references will be treated as references to the reference
(when rtags-enabled
(rtags-restart-update-current-project-timer)
(rtags-update-current-error)
(when rtags-close-taglist-on-focuslost
(when rtags-close-taglist-on-focus-lost
(rtags-close-taglist))
(rtags-update-completions-timer)
(rtags-restart-find-container-timer)
Expand Down

0 comments on commit ad85fda

Please sign in to comment.