Special mode buffers shouldn't query before exiting.
(eww-quit): Special mode buffers shouldn't query before exiting.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
* net/eww.el (eww-follow-link): New command to avoid reloading
|
||||
pages when we follow #target links (bug#15243).
|
||||
(eww-quit): Special mode buffers shouldn't query before exiting.
|
||||
|
||||
2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
|
||||
|
||||
|
||||
@@ -418,10 +418,8 @@ word(s) will be searched for via `eww-search-prefix'."
|
||||
(defun eww-quit ()
|
||||
"Exit the Emacs Web Wowser."
|
||||
(interactive)
|
||||
(if (y-or-n-p "quit eww? ")
|
||||
(progn
|
||||
(setq eww-history nil)
|
||||
(kill-buffer (current-buffer)))))
|
||||
(setq eww-history nil)
|
||||
(kill-buffer (current-buffer)))
|
||||
|
||||
(defun eww-back-url ()
|
||||
"Go to the previously displayed page."
|
||||
|
||||
Reference in New Issue
Block a user