branch: externals/gtags-mode commit 3012f128ea28f2d5c251d639fdf6431651ce493a Author: Pankaj Jangid <pan...@codeisgreat.org> Commit: GitHub <nore...@github.com>
Change "Gtags" to " Gtags" for minor-mode name There is a standard practice of adding a single space before minor-mode names. Added single space so that it looks good on mode-line. --- gtags-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtags-mode.el b/gtags-mode.el index 2a0b2f4193..8983262566 100644 --- a/gtags-mode.el +++ b/gtags-mode.el @@ -45,7 +45,7 @@ :type 'string :local t) -(defcustom gtags-mode-lighter "Gtags" +(defcustom gtags-mode-lighter " Gtags" "Gtags executable." :type 'string :risky t)