branch: elpa/boxquote
commit 93c7fa57b896efb111ef7ec370aca07c0f14dac4
Author: Dave Pearson <[email protected]>
Commit: Dave Pearson <[email protected]>
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 <[email protected]>
-;; $Revision: 1.22 $
+;; Copyright 1999-2009 by Dave Pearson <[email protected]>
+;; $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))))