Skip to content

Load cl for using lexical-let* #2

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

syohex
Copy link

@syohex syohex commented Nov 21, 2015

There are following byte-compile warnings. This change fixes them.

In javap-buffer:
javap-mode.el:88:4:Warning: `(b-name (file-name-nondirectory
    (buffer-file-name)))' is a malformed function
javap-mode.el:90:19:Warning: reference to free variable `b-name'
javap-mode.el:92:39:Warning: reference to free variable `new-b-name'
javap-mode.el:98:41:Warning: reference to free variable `old-buf'
javap-mode.el:100:11:Warning: reference to free variable `new-buf'
javap-mode.el:110:28:Warning: reference to free variable `done'

In end of data:
javap-mode.el:120:1:Warning: the following functions are not known to be defined: lexical-let*,
    b-name, new-b-name, new-buf, old-buf, done

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.

1 participant