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
53f6cda8
Commit
53f6cda8
authored
Feb 28, 2014
by
Juanma Barranquero
Browse files
lisp/finder.el (finder-unload-function): New function.
parent
43977c23
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/finder.el
lisp/finder.el
+6
-0
No files found.
lisp/ChangeLog
View file @
53f6cda8
2014-02-28 Juanma Barranquero <lekktu@gmail.com>
* finder.el (finder-unload-function): New function.
2014-02-28 Juanma Barranquero <lekktu@gmail.com>
* dframe.el (dframe-detach):
...
...
lisp/finder.el
View file @
53f6cda8
...
...
@@ -431,6 +431,12 @@ Delete the window and kill all Finder-related buffers."
(let ((buf "
*Finder*
"))
(and (get-buffer buf) (kill-buffer buf))))
(defun finder-unload-function ()
"
Unload
the
Finder
library.
"
(
with-demoted-errors
(
unload-feature
'finder-inf
t
))
;; continue standard unloading
nil
)
(
provide
'finder
)
...
...
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