Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
de8a5633
Commit
de8a5633
authored
Dec 01, 2013
by
Lars Magne Ingebrigtsen
Browse files
Special mode buffers shouldn't query before exiting.
(eww-quit): Special mode buffers shouldn't query before exiting.
parent
513562a1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
lisp/ChangeLog
lisp/ChangeLog
+1
-0
lisp/net/eww.el
lisp/net/eww.el
+2
-4
No files found.
lisp/ChangeLog
View file @
de8a5633
...
...
@@ -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>
...
...
lisp/net/eww.el
View file @
de8a5633
...
...
@@ -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."
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment