emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/xdisp.c


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c
Date: Mon, 14 Jun 2004 17:25:14 -0400

Index: emacs/src/xdisp.c
diff -c emacs/src/xdisp.c:1.892 emacs/src/xdisp.c:1.893
*** emacs/src/xdisp.c:1.892     Sun May 30 00:18:36 2004
--- emacs/src/xdisp.c   Mon Jun 14 20:49:05 2004
***************
*** 670,679 ****
  /* How much to scroll horizontally when point is inside the above margin.  */
  Lisp_Object Vhscroll_step;
  
- /* A list of symbols, one for each supported image type.  */
- 
- Lisp_Object Vimage_types;
- 
  /* The variable `resize-mini-windows'.  If nil, don't resize
     mini-windows.  If t, always resize them to fit the text they
     display.  If `grow-only', let mini-windows grow only until they
--- 670,675 ----
***************
*** 22259,22269 ****
  and `scroll-right' overrides this variable's effect.  */);
    Vhscroll_step = make_number (0);
  
-   DEFVAR_LISP ("image-types", &Vimage_types,
-     doc: /* List of supported image types.
- Each element of the list is a symbol for a supported image type.  */);
-   Vimage_types = Qnil;
- 
    DEFVAR_BOOL ("message-truncate-lines", &message_truncate_lines,
      doc: /* If non-nil, messages are truncated instead of resizing the echo 
area.
  Bind this around calls to `message' to let it take effect.  */);
--- 22255,22260 ----




reply via email to

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