From 352ddc78d31acd77c962d3776889c73981b01dcf Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 30 Oct 2007 00:20:44 +0000 Subject: [PATCH] (uniquify-unload-function): Add docstring. (uniquify-unload-function): Remove variable. --- lisp/uniquify.el | 3 +-- 1 file changed, 1 insertion(+), 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'." ;;; 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 -- 2.39.2