emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master cecd99d: Fix typo in last change to auto-hscroll-mo


From: Stephen Berman
Subject: [Emacs-diffs] master cecd99d: Fix typo in last change to auto-hscroll-mode
Date: Fri, 19 May 2017 05:36:11 -0400 (EDT)

branch: master
commit cecd99d826547d4bfd918bba476eda206f0f0afc
Author: Stephen Berman <address@hidden>
Commit: Stephen Berman <address@hidden>

    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 e11f749..4253d40 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]