Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a couple of byte compiler and checkdoc warnings #2

Merged
merged 1 commit into from Oct 12, 2015
Merged

Fix a couple of byte compiler and checkdoc warnings #2

merged 1 commit into from Oct 12, 2015

Conversation

swsnr
Copy link
Contributor

@swsnr swsnr commented Oct 12, 2015

No description provided.

@@ -32,6 +32,11 @@

;;; Code:

(require 'cl-lib)

(defvar focus-autosave-buffer-list nil
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Variables must be defined before their first use.

@vifon
Copy link
Owner

vifon commented Oct 12, 2015

Thanks a lot.

One question: Why is 'buffer-live-p preferable to #'buffer-live-p?

@swsnr
Copy link
Contributor Author

swsnr commented Oct 12, 2015

@vifon Uhh, that was a mistake 😞 Sorry, fixed.

vifon added a commit that referenced this pull request Oct 12, 2015
Fix a couple of byte compiler and checkdoc warnings
@vifon vifon merged commit 592e2c0 into vifon:master Oct 12, 2015
@vifon
Copy link
Owner

vifon commented Oct 12, 2015

Thanks again.

@swsnr swsnr deleted the fix-compiler-warnings branch October 12, 2015 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants