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

Silence byte-compiler warnings #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

leungbk
Copy link

@leungbk leungbk commented Jan 13, 2021

Also autoload pdfgrep-mode.

Copy link
Owner

@jeremy-compostella jeremy-compostella left a comment

Choose a reason for hiding this comment

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

Here is the result of byte-compile on the current version of pdfgrep with Emacs 27.1.

~/.emacs.d/elpa/pdf-tools-20200214.536/pdf-outline.elc:Warning: ‘title’ is an
    obsolete variable (as of 25.1); use 'title instead
Leaving directory ‘/home/jcompost/Documents/GordonPeak/’

Compiling file /home/jcompost/MyPersonalWork/j2m-emacs-config/pdfgrep/pdfgrep.el at Wed Feb  3 10:05:46 2021
Entering directory ‘/home/jcompost/MyPersonalWork/j2m-emacs-config/pdfgrep/’

which warning is this patch addressing ?

@jeremy-compostella
Copy link
Owner

The second commit looks good to me.

@jeremy-compostella
Copy link
Owner

Here is the result of byte-compile on the current version of pdfgrep with Emacs 27.1.

~/.emacs.d/elpa/pdf-tools-20200214.536/pdf-outline.elc:Warning: ‘title’ is an
    obsolete variable (as of 25.1); use 'title instead
Leaving directory ‘/home/jcompost/Documents/GordonPeak/’

Compiling file /home/jcompost/MyPersonalWork/j2m-emacs-config/pdfgrep/pdfgrep.el at Wed Feb  3 10:05:46 2021
Entering directory ‘/home/jcompost/MyPersonalWork/j2m-emacs-config/pdfgrep/’

which warning is this patch addressing ?

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