From cecd99d826547d4bfd918bba476eda206f0f0afc Mon Sep 17 00:00:00 2001 From: Stephen Berman Date: Fri, 19 May 2017 11:36:01 +0200 Subject: [PATCH] Fix typo in last change to auto-hscroll-mode * lisp/cus-start.el (standard): Fix typo in value of auto-hscroll-mode. --- lisp/cus-start.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/cus-start.el b/lisp/cus-start.el index e11f749556b..4253d40b759 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -563,7 +563,7 @@ since it could result in memory overflow and make Emacs crash." (const :tag "Scroll the entire window" :value t) (const :tag "Scroll only the current line" - :value 'current-line)) + :value current-line)) "26.1") (void-text-area-pointer cursor (choice -- 2.39.2