projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a4aa6b
)
Fix typo in last shr.el check-in
author
Lars Magne Ingebrigtsen
<larsi@gnus.org>
Mon, 25 Aug 2014 16:04:39 +0000
(18:04 +0200)
committer
Lars Magne Ingebrigtsen
<larsi@gnus.org>
Mon, 25 Aug 2014 16:04:39 +0000
(18:04 +0200)
lisp/net/shr.el
patch
|
blob
|
history
diff --git
a/lisp/net/shr.el
b/lisp/net/shr.el
index dae72b682b019aba006b208b222e4d6748d90ce8..ef9485f6618b5bf198f19925474352b917f45def 100644
(file)
--- a/
lisp/net/shr.el
+++ b/
lisp/net/shr.el
@@
-248,7
+248,7
@@
redirects somewhere else."
(with-temp-buffer
(insert (url-encode-url url))
(copy-region-as-kill (point-min) (point-max))
- (message "Copied %s" (buffer-s
ubs
tring)))))))
+ (message "Copied %s" (buffer-string)))))))
(defun shr-next-link ()
"Skip to the next link."