purcell / diredfl

Extra Emacs font lock rules for a more colourful dired
128 stars 6 forks source link

Warnings during compilation on Emacs 30 #18

Open minad opened 2 weeks ago

minad commented 2 weeks ago
Compiling file ~/.config/emacs/elpa/diredfl-20230224.1302/diredfl.el
diredfl.el:268:7: Warning: ‘dired-move-to-filename-regexp’ is an obsolete
    variable (as of 30.1); use ‘directory-listing-before-filename-regexp’
    instead.
diredfl.el:274:7: Warning: ‘dired-move-to-filename-regexp’ is an obsolete
    variable (as of 30.1); use ‘directory-listing-before-filename-regexp’
    instead.

In diredfl-global-mode:
diredfl.el:372:2: Warning: docstring has wrong usage of unescaped single
    quotes (use \=' or different quoting such as `...')
purcell commented 1 week ago

Fixed the former, thanks. That latter error appears spurious, though, because there's no docstring specified in the code for the global mode.