emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/tumme.el


From: Mathias Dahl
Subject: [Emacs-diffs] Changes to emacs/lisp/tumme.el
Date: Sat, 27 May 2006 14:19:47 +0000

Index: emacs/lisp/tumme.el
diff -u emacs/lisp/tumme.el:1.26 emacs/lisp/tumme.el:1.27
--- emacs/lisp/tumme.el:1.26    Sat May 27 11:06:06 2006
+++ emacs/lisp/tumme.el Sat May 27 14:19:47 2006
@@ -919,10 +919,10 @@
                ;; If on empty line at end of buffer
                (when (and (eobp)
                           (looking-at "^$"))
-                 (delete-backward-char 1)))))))
-      files)
-    (save-buffer)
-    (kill-buffer buf)))
+                 (delete-backward-char 1))))))
+       files)
+      (save-buffer)
+      (kill-buffer buf))))
 
 (defun tumme-list-tags (file)
   "Read all tags for image FILE from the image database."




reply via email to

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