(uniquify-unload-function): Add docstring.
(uniquify-unload-function): Remove variable.
This commit is contained in:
parent
a8e0c05381
commit
352ddc78d3
1 changed files with 1 additions and 2 deletions
|
|
@ -476,6 +476,7 @@ For use on `kill-buffer-hook'."
|
|||
;;; The End
|
||||
|
||||
(defun uniquify-unload-function ()
|
||||
"Unload the uniquify library."
|
||||
(save-current-buffer
|
||||
(let ((buffers nil))
|
||||
(dolist (buf (buffer-list))
|
||||
|
|
@ -491,8 +492,6 @@ For use on `kill-buffer-hook'."
|
|||
;; continue standard uploading
|
||||
nil)
|
||||
|
||||
(defvar uniquify-unload-function 'uniquify-unload-function)
|
||||
|
||||
(provide 'uniquify)
|
||||
|
||||
;; arch-tag: e763faa3-56c9-4903-8eb8-26e1c45a0065
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue