From: Michael Albinus Date: Sun, 23 Jul 2017 07:28:35 +0000 (+0200) Subject: * lisp/display-line-numbers.el (display-line-numbers-type): Autoload it. X-Git-Tag: emacs-26.0.90~518^2~17 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=012487bc4188f812102ce0e431ad242cb1f65942;p=emacs.git * lisp/display-line-numbers.el (display-line-numbers-type): Autoload it. --- diff --git a/lisp/display-line-numbers.el b/lisp/display-line-numbers.el index 95237250f93..0351fc2871d 100644 --- a/lisp/display-line-numbers.el +++ b/lisp/display-line-numbers.el @@ -38,6 +38,7 @@ "Display line numbers in the buffer." :group 'display) +;;;###autoload (defcustom display-line-numbers-type t "The default type of line numbers to use in `display-line-numbers-mode'. See `display-line-numbers' for value options."