diff options
| -rw-r--r-- | lisp/ChangeLog | 1 | ||||
| -rw-r--r-- | lisp/net/eww.el | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6f22474d199..8d875b05e58 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -7,6 +7,7 @@ | |||
| 7 | (eww-restore-history): Inhibit change functions while restoring | 7 | (eww-restore-history): Inhibit change functions while restoring |
| 8 | the history. | 8 | the history. |
| 9 | (eww-process-text-input): Fix deletion at the start of the field, too. | 9 | (eww-process-text-input): Fix deletion at the start of the field, too. |
| 10 | (eww-mode): Revert mistanken removal of `buffer-disable-undo'. | ||
| 10 | 11 | ||
| 11 | * dom.el (dom-pp): New function. | 12 | * dom.el (dom-pp): New function. |
| 12 | 13 | ||
diff --git a/lisp/net/eww.el b/lisp/net/eww.el index a082fe5a1b5..38837675acf 100644 --- a/lisp/net/eww.el +++ b/lisp/net/eww.el | |||
| @@ -674,6 +674,7 @@ the like." | |||
| 674 | (setq-local tool-bar-map eww-tool-bar-map)) | 674 | (setq-local tool-bar-map eww-tool-bar-map)) |
| 675 | ;; desktop support | 675 | ;; desktop support |
| 676 | (setq-local desktop-save-buffer 'eww-desktop-misc-data) | 676 | (setq-local desktop-save-buffer 'eww-desktop-misc-data) |
| 677 | (buffer-disable-undo) | ||
| 677 | (setq buffer-read-only t)) | 678 | (setq buffer-read-only t)) |
| 678 | 679 | ||
| 679 | ;;;###autoload | 680 | ;;;###autoload |