emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/image-file.el
Date: Sat, 05 Jan 2002 13:59:25 -0500

Index: emacs/lisp/image-file.el
diff -c emacs/lisp/image-file.el:1.16 emacs/lisp/image-file.el:1.17
*** emacs/lisp/image-file.el:1.16       Tue Dec 18 11:45:17 2001
--- emacs/lisp/image-file.el    Sat Jan  5 13:59:25 2002
***************
*** 1,4 ****
! ;;; image-file.el --- Support for visiting image files
  ;;
  ;; Copyright (C) 2000, 2001 Free Software Foundation, Inc.
  ;;
--- 1,4 ----
! ;;; image-file.el --- support for visiting image files
  ;;
  ;; Copyright (C) 2000, 2001 Free Software Foundation, Inc.
  ;;
***************
*** 25,31 ****
  ;;; Commentary:
  
  ;; Defines a file-name-handler hook that transforms visited (or
! ;; inserted) image files so that they are displayed by emacs as
  ;; images.  This is done by putting a `display' text-property on the
  ;; image data, with the image-data still present underneath; if the
  ;; resulting buffer file is saved to another name it will correctly save
--- 25,31 ----
  ;;; Commentary:
  
  ;; Defines a file-name-handler hook that transforms visited (or
! ;; inserted) image files so that they are displayed by Emacs as
  ;; images.  This is done by putting a `display' text-property on the
  ;; image data, with the image-data still present underneath; if the
  ;; resulting buffer file is saved to another name it will correctly save



reply via email to

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