aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/uniquify.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/uniquify.el b/lisp/uniquify.el
index 47388247c22..5b9318241dc 100644
--- a/lisp/uniquify.el
+++ b/lisp/uniquify.el
@@ -476,6 +476,7 @@ For use on `kill-buffer-hook'."
476;;; The End 476;;; The End
477 477
478(defun uniquify-unload-function () 478(defun uniquify-unload-function ()
479 "Unload the uniquify library."
479 (save-current-buffer 480 (save-current-buffer
480 (let ((buffers nil)) 481 (let ((buffers nil))
481 (dolist (buf (buffer-list)) 482 (dolist (buf (buffer-list))
@@ -491,8 +492,6 @@ For use on `kill-buffer-hook'."
491 ;; continue standard uploading 492 ;; continue standard uploading
492 nil) 493 nil)
493 494
494(defvar uniquify-unload-function 'uniquify-unload-function)
495
496(provide 'uniquify) 495(provide 'uniquify)
497 496
498;; arch-tag: e763faa3-56c9-4903-8eb8-26e1c45a0065 497;; arch-tag: e763faa3-56c9-4903-8eb8-26e1c45a0065