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

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

[nongnu] elpa/boxquote 93c7fa57b8 03/31: Update from my website


From: ELPA Syncer
Subject: [nongnu] elpa/boxquote 93c7fa57b8 03/31: Update from my website
Date: Sat, 1 Jan 2022 01:58:25 -0500 (EST)

branch: elpa/boxquote
commit 93c7fa57b896efb111ef7ec370aca07c0f14dac4
Author: Dave Pearson <davep@davep.org>
Commit: Dave Pearson <davep@davep.org>

    Update from my website
    No idea why boxquote was out of date on github
---
 boxquote.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/boxquote.el b/boxquote.el
index e2b930b411..5c77790f7f 100644
--- a/boxquote.el
+++ b/boxquote.el
@@ -1,6 +1,6 @@
 ;;; boxquote.el --- Quote text with a semi-box.
-;; Copyright 1999-2008 by Dave Pearson <davep@davep.org>
-;; $Revision: 1.22 $
+;; Copyright 1999-2009 by Dave Pearson <davep@davep.org>
+;; $Revision: 1.23 $
 
 ;; boxquote.el is free software distributed under the terms of the GNU
 ;; General Public Licence, version 2 or (at your option) any later version.
@@ -428,7 +428,7 @@ ITEM is a function for retrieving the item to get help on."
      (save-window-excursion
        (funcall help-call)
        (with-current-buffer (boxquote-help-buffer-name (funcall item))
-         (buffer-string))))
+         (buffer-substring-no-properties (point-min) (point-max)))))
     (boxquote-title (format title-format (funcall item)))
     (when one-window-p
       (delete-other-windows))))



reply via email to

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