emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/uniquify.el,v [EMACS_22_BASE]


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/uniquify.el,v [EMACS_22_BASE]
Date: Tue, 30 Oct 2007 00:20:44 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Juanma Barranquero <lektu>      07/10/30 00:20:44

Index: uniquify.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/uniquify.el,v
retrieving revision 1.62.2.5
retrieving revision 1.62.2.6
diff -u -b -r1.62.2.5 -r1.62.2.6
--- uniquify.el 29 Oct 2007 13:25:08 -0000      1.62.2.5
+++ uniquify.el 30 Oct 2007 00:20:44 -0000      1.62.2.6
@@ -476,6 +476,7 @@
 ;;; The End
 
 (defun uniquify-unload-function ()
+  "Unload the uniquify library."
   (save-current-buffer
     (let ((buffers nil))
       (dolist (buf (buffer-list))
@@ -491,8 +492,6 @@
   ;; continue standard uploading
   nil)
 
-(defvar uniquify-unload-function 'uniquify-unload-function)
-
 (provide 'uniquify)
 
 ;; arch-tag: e763faa3-56c9-4903-8eb8-26e1c45a0065




reply via email to

[Prev in Thread] Current Thread [Next in Thread]