diff options
| author | Visuwesh | 2023-11-04 08:09:14 +0530 |
|---|---|---|
| committer | Stefan Kangas | 2023-11-04 11:48:01 +0100 |
| commit | 2ba3ce27ebb4cfd478b56b05fae77ca545ee8b27 (patch) | |
| tree | 19608bdcd611068de91799a119241951210ef42b | |
| parent | 5ab5dfd64c85cee8c8d37e988519045e11f46a98 (diff) | |
| download | emacs-2ba3ce27ebb4cfd478b56b05fae77ca545ee8b27.tar.gz emacs-2ba3ce27ebb4cfd478b56b05fae77ca545ee8b27.zip | |
; Update eww-suggest-uris :version.
* lisp/net/eww.el (eww-suggest-uris): Bump it to 30.1 since it was
changed. (Bug#66926)
| -rw-r--r-- | lisp/net/eww.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/eww.el b/lisp/net/eww.el index e43ef2bfe8b..d8a66b2ce32 100644 --- a/lisp/net/eww.el +++ b/lisp/net/eww.el | |||
| @@ -100,7 +100,7 @@ no parameters) that returns a directory name." | |||
| 100 | Each of the elements is a function returning either a string or a list | 100 | Each of the elements is a function returning either a string or a list |
| 101 | of strings. The results will be joined into a single list with | 101 | of strings. The results will be joined into a single list with |
| 102 | duplicate entries (if any) removed." | 102 | duplicate entries (if any) removed." |
| 103 | :version "27.1" | 103 | :version "30.1" |
| 104 | :group 'eww | 104 | :group 'eww |
| 105 | :type 'hook | 105 | :type 'hook |
| 106 | :options '(eww-links-at-point | 106 | :options '(eww-links-at-point |