diff options
Diffstat (limited to 'lisp/ruler-mode.el')
-rw-r--r-- | lisp/ruler-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ruler-mode.el b/lisp/ruler-mode.el index 3d27858d0fe..1464801849d 100644 --- a/lisp/ruler-mode.el +++ b/lisp/ruler-mode.el @@ -712,7 +712,7 @@ Optional argument PROPS specifies other text properties to apply." ;; FIXME: `make-string' returns a unibyte string if it's ASCII-only, ;; which prevents further `aset' from inserting non-ASCII chars, ;; hence the need for `string-to-multibyte'. - ;; https://lists.gnu.org/archive/html/emacs-devel/2017-05/msg00841.html + ;; https://lists.gnu.org/r/emacs-devel/2017-05/msg00841.html (string-to-multibyte ;; Make the part of header-line corresponding to the ;; line-number display be blank, not filled with |