leoliu / pcmpl-git-el

Emacs pcomplete for git
9 stars 5 forks source link

Fix using free variable issue #3

Closed syohex closed 8 years ago

syohex commented 8 years ago

Declare it as local variable.

There are following byte-compile warnings.

In git-parse-config:                                                              
pcmpl-git-parse.el:45:17:Warning: assignment to free variable `include'
pcmpl-git-parse.el:45:43:Warning: reference to free variable `include'
leoliu commented 8 years ago

@syohex Thank you for spotting this.