mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-07 20:54:32 +00:00
(eww-copy-page-url): Add doc string.
This commit is contained in:
parent
a3ca30c8b5
commit
eb5b08bef5
@ -2,6 +2,7 @@
|
||||
|
||||
* net/eww.el (eww-follow-link): Revert prefix behaviour to
|
||||
previous behavior.
|
||||
(eww-copy-page-url): Add doc string.
|
||||
|
||||
2014-12-07 Ivan Shmakov <ivan@siamics.net>
|
||||
|
||||
|
@ -1346,6 +1346,7 @@ Differences in #targets are ignored."
|
||||
(equal (url-recreate-url obj1) (url-recreate-url obj2))))
|
||||
|
||||
(defun eww-copy-page-url ()
|
||||
"Copy the URL of the current page into the kill ring."
|
||||
(interactive)
|
||||
(message "%s" (plist-get eww-data :url))
|
||||
(kill-new (plist-get eww-data :url)))
|
||||
|
Loading…
x
Reference in New Issue
Block a user