emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/xah-fly-keys e2b8a65d72 4/7: Merge branch 'master' into me


From: ELPA Syncer
Subject: [nongnu] elpa/xah-fly-keys e2b8a65d72 4/7: Merge branch 'master' into metahelp
Date: Thu, 26 May 2022 03:59:01 -0400 (EDT)

branch: elpa/xah-fly-keys
commit e2b8a65d72b3a41fbc8152709669646ea17c2aa6
Merge: 0ac37ee7d9 a3e7d6fb8b
Author: Xah Lee <xah@xahlee.org>
Commit: GitHub <noreply@github.com>

    Merge branch 'master' into metahelp
---
 xah-fly-keys.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/xah-fly-keys.el b/xah-fly-keys.el
index 1551c75fde..8c32711a67 100644
--- a/xah-fly-keys.el
+++ b/xah-fly-keys.el
@@ -1131,9 +1131,9 @@ Version: 2020-11-22 2021-08-13"
 This command does the inverse of `fill-paragraph'.
 
 URL `http://xahlee.info/emacs/emacs/emacs_unfill-paragraph.html'
-Version: 2016-07-13"
+Version: 2010-05-12 2022-05-20"
   (interactive)
-  (let ((fill-column most-positive-fixnum))
+  (let ((fill-column 90002000))
     (fill-paragraph)))
 
 (defun xah-unfill-region (Begin End)
@@ -1141,9 +1141,9 @@ Version: 2016-07-13"
 This command does the inverse of `fill-region'.
 
 URL `http://xahlee.info/emacs/emacs/emacs_unfill-paragraph.html'
-Version: 2016-07-13"
+Version: 2010-05-12 2022-05-20"
   (interactive "r")
-  (let ((fill-column most-positive-fixnum))
+  (let ((fill-column 90002000))
     (fill-region Begin End)))
 
 (defun xah-change-newline-chars-to-one (Begin End)



reply via email to

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