Malabarba / aggressive-indent-mode

Emacs minor mode that keeps your code always indented. More reliable than electric-indent-mode.
850 stars 36 forks source link

Silence byte-compiler #150

Closed skangas closed 1 year ago

skangas commented 2 years ago

This fixes two byte-compiler warnings.

* aggressive-indent.el (aggressive-indent-mode): Fix byte-compiler
warnings.
skangas commented 2 years ago

BTW, once this is merged, it would be useful to also bump the release so that it is released on GNU ELPA. Thanks!

skangas commented 1 year ago

@Malabarba friendly ping

mplsgrant commented 1 year ago

This change may have created some kind of error for me:

Debugger entered--Lisp error: (wrong-type-argument stringp :lighter)
  string-match("\\bARG\\b" :lighter nil)
  easy-mmode--mode-docstring(:lighter "Aggressive-Indent mode" aggressive-indent-mode-map)
skangas commented 1 year ago

This change may have created some kind of error for me:

Debugger entered--Lisp error: (wrong-type-argument stringp :lighter)
  string-match("\\bARG\\b" :lighter nil)
  easy-mmode--mode-docstring(:lighter "Aggressive-Indent mode" aggressive-indent-mode-map)

This should be fixed by #157.