Fix indentation

This commit is contained in:
Nikolaj Schumacher 2016-08-09 20:10:09 +02:00
parent eefbf9453f
commit 10809b3993

View file

@ -85,7 +85,8 @@ return a number to have it assigned to the current-window, nil otherwise."
(defconst window-numbering-mode-line-position 1
"The position in the mode-line `window-numbering-mode' displays the number.")
(defface window-numbering-face '()
(defface window-numbering-face
'()
"Face used for the number in the mode-line."
:group 'window-numbering)