/[emacs]/emacs/lisp/thumbs.el
ViewVC logotype

Diff of /emacs/lisp/thumbs.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by lektu, Mon May 30 09:41:49 2005 UTC revision 1.13 by monnier, Tue May 31 13:27:27 2005 UTC
# Line 758  ACTION and ARG should be a valid convert Line 758  ACTION and ARG should be a valid convert
758  (define-derived-mode thumbs-mode  (define-derived-mode thumbs-mode
759    fundamental-mode "thumbs"    fundamental-mode "thumbs"
760    "Preview images in a thumbnails buffer"    "Preview images in a thumbnails buffer"
   (make-variable-buffer-local 'thumbs-markedL)  
761    (setq buffer-read-only t)    (setq buffer-read-only t)
762    (setq thumbs-markedL nil))    (set (make-local-variable 'thumbs-markedL) nil))
763    
764  (defvar thumbs-view-image-mode-map  (defvar thumbs-view-image-mode-map
765    (let ((map (make-sparse-keymap)))    (let ((map (make-sparse-keymap)))
# Line 797  ACTION and ARG should be a valid convert Line 796  ACTION and ARG should be a valid convert
796    
797  (provide 'thumbs)  (provide 'thumbs)
798    
799    ;; arch-tag: f9ac1ef8-83fc-42c0-8069-1fae43fd2e5c
800  ;;; thumbs.el ends here  ;;; thumbs.el ends here
   
   
 ;;; arch-tag: f9ac1ef8-83fc-42c0-8069-1fae43fd2e5c  

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26