1
0
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:
Lars Magne Ingebrigtsen 2014-12-07 22:18:09 +01:00
parent a3ca30c8b5
commit eb5b08bef5
2 changed files with 2 additions and 0 deletions

View File

@ -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>

View File

@ -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)))