emacs-devel
[Top][All Lists]
Advanced

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

Re: 22.1.90; desktop-save throws (error "No buffer named <uniquified buf


From: Juanma Barranquero
Subject: Re: 22.1.90; desktop-save throws (error "No buffer named <uniquified buffername>")
Date: Wed, 27 Feb 2008 17:28:14 +0100

On Wed, Feb 27, 2008 at 1:48 PM, Juanma Barranquero <address@hidden> wrote:

>  Aha. I'll look into it ASAP.

Please, try updating uniquify.el from the EMACS_22_BRANCH, or applying
the following patch if you're using a pretest tarball.

             Juanma


Index: lisp/uniquify.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/uniquify.el,v
retrieving revision 1.62.2.8
retrieving revision 1.62.2.9
diff -u -2 -r1.62.2.8 -r1.62.2.9
--- lisp/uniquify.el    12 Feb 2008 14:32:56 -0000      1.62.2.8
+++ lisp/uniquify.el    27 Feb 2008 16:20:33 -0000      1.62.2.9
@@ -195,5 +195,6 @@
 Return nil if the buffer is not managed by uniquify."
   (and uniquify-managed
-       (uniquify-item-base (car uniquify-managed))))
+       (let ((base (uniquify-item-base (car uniquify-managed))))
+        (if (string= base "") nil base))))

 ;;; Main entry point.




reply via email to

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