pdfgrep icon indicating copy to clipboard operation
pdfgrep copied to clipboard

Silence byte-compiler warnings

Open leungbk opened this issue 4 years ago • 2 comments

Also autoload pdfgrep-mode.

leungbk avatar Jan 13 '21 01:01 leungbk

The second commit looks good to me.

jeremy-compostella avatar Feb 03 '21 17:02 jeremy-compostella

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 avatar Apr 21 '21 01:04 jeremy-compostella