bbatsov / super-save

Save Emacs buffers when they lose focus
316 stars 20 forks source link

Fix compile warnings for Unused lexical arguments #6

Closed tejasbubane closed 8 years ago

tejasbubane commented 8 years ago

I am got some warnings when installing via melpa: (emacs version 24.5.1)

Compiling file /home/tejas/.emacs.d/.cask/24.5.1/elpa/super-save-20160114.452/super-save.el at Sat Jan 30 22:43:26 2016
Entering directory `/home/tejas/.emacs.d/.cask/24.5.1/elpa/super-save-20160114.452/'
super-save.el:55:1:Warning: Unused lexical argument `args'
super-save.el:55:1:Warning: Unused lexical argument `orig-fun'

This PR will fix these warnings.

bbatsov commented 8 years ago

The changes look good, but they have to be rebased on top of the current master branch.

tejasbubane commented 8 years ago

@bbatsov Rebased.