diff options
| -rw-r--r-- | lisp/net/eww.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/net/eww.el b/lisp/net/eww.el index 0bf7fe5f307..f56f8b99e6e 100644 --- a/lisp/net/eww.el +++ b/lisp/net/eww.el | |||
| @@ -1363,8 +1363,8 @@ within text input fields." | |||
| 1363 | (setq buffer-read-only t) | 1363 | (setq buffer-read-only t) |
| 1364 | ;; Insertion at the first character of a field should inherit the | 1364 | ;; Insertion at the first character of a field should inherit the |
| 1365 | ;; field's face, form and field, not the previous character's. | 1365 | ;; field's face, form and field, not the previous character's. |
| 1366 | (setq text-property-default-nonsticky '((face . t) (eww-form . t) | 1366 | (setq-local text-property-default-nonsticky '((face . t) (eww-form . t) |
| 1367 | (field . t)))) | 1367 | (field . t)))) |
| 1368 | 1368 | ||
| 1369 | (declare-function imagep "image.c") | 1369 | (declare-function imagep "image.c") |
| 1370 | (defvar text-scale-mode) | 1370 | (defvar text-scale-mode) |