From: Juanma Barranquero Date: Tue, 30 Oct 2007 00:20:44 +0000 (+0000) Subject: (uniquify-unload-function): Add docstring. X-Git-Tag: emacs-pretest-22.1.90~481 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=352ddc78d31acd77c962d3776889c73981b01dcf;p=emacs.git (uniquify-unload-function): Add docstring. (uniquify-unload-function): Remove variable. --- 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