arnested / drupal-mode

Advanced Emacs minor mode for Drupal development
https://melpa.org/#/drupal-mode
GNU General Public License v3.0
32 stars 14 forks source link

Fix byte-compiler warnings #87

Closed skangas closed 2 years ago

skangas commented 2 years ago

This fixes two byte-compiler warnings:

Compiling file /home/skangas/wip/emacs-packages/drupal-mode/drupal-mode.el at Sun Jan  9 18:21:47 2022
drupal-mode.el:179:1: Warning: custom-declare-variable
    `drupal-enable-auto-fill-mode' docstring wider than 80 characters
drupal-mode.el:326:1: Warning: defcustom for ‘drupal-style’ fails to specify
    type
drupal-mode.el:326:1: Warning: defcustom for ‘drupal-style’ fails to specify
    type
arnested commented 2 years ago

Thank you, @skangas

skangas commented 2 years ago

Thanks for merging! I have added this package to NonGNU ELPA and it should be available within 24 hours.

arnested commented 2 years ago

Thank you, @skangas !