Index: emacs/lisp/thumbs.el
diff -c emacs/lisp/thumbs.el:1.12 emacs/lisp/thumbs.el:1.13
*** emacs/lisp/thumbs.el:1.12 Mon May 30 09:41:49 2005
--- emacs/lisp/thumbs.el Tue May 31 13:27:27 2005
***************
*** 758,766 ****
(define-derived-mode thumbs-mode
fundamental-mode "thumbs"
"Preview images in a thumbnails buffer"
- (make-variable-buffer-local 'thumbs-markedL)
(setq buffer-read-only t)
! (setq thumbs-markedL nil))
(defvar thumbs-view-image-mode-map
(let ((map (make-sparse-keymap)))
--- 758,765 ----
(define-derived-mode thumbs-mode
fundamental-mode "thumbs"
"Preview images in a thumbnails buffer"
(setq buffer-read-only t)
! (set (make-local-variable 'thumbs-markedL) nil))
(defvar thumbs-view-image-mode-map
(let ((map (make-sparse-keymap)))
***************
*** 797,803 ****
(provide 'thumbs)
;;; thumbs.el ends here
-
-
- ;;; arch-tag: f9ac1ef8-83fc-42c0-8069-1fae43fd2e5c
--- 796,800 ----
(provide 'thumbs)
+ ;; arch-tag: f9ac1ef8-83fc-42c0-8069-1fae43fd2e5c
;;; thumbs.el ends here
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs