Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
df4e8a11
Commit
df4e8a11
authored
Dec 18, 2001
by
Dave Love
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(server-unload-hook): New function.
parent
af95e0d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
lisp/server.el
lisp/server.el
+5
-0
No files found.
lisp/server.el
View file @
df4e8a11
...
...
@@ -546,6 +546,11 @@ Arg NEXT-BUFFER is a suggestion; if it is a live buffer, use it."
(
switch-to-buffer
(
other-buffer
))))))
(
global-set-key
"\C-x#"
'server-edit
)
(
defun
server-unload-hook
()
(
remove-hook
'kill-buffer-query-functions
'server-kill-buffer-query-function
)
(
remove-hook
'kill-emacs-query-functions
'server-kill-emacs-query-function
)
(
remove-hook
'kill-buffer-hook
'server-kill-buffer
))
(
provide
'server
)
...
...
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