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: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c
Date: Sun, 02 Dec 2001 12:21:42 -0500

Index: emacs/src/xdisp.c
diff -c emacs/src/xdisp.c:1.709 emacs/src/xdisp.c:1.710
*** emacs/src/xdisp.c:1.709     Wed Nov 28 03:12:16 2001
--- emacs/src/xdisp.c   Sun Dec  2 12:21:41 2001
***************
*** 14855,14861 ****
    DEFVAR_LISP ("tool-bar-button-margin", &Vtool_bar_button_margin,
      doc: /* *Margin around tool-bar buttons in pixels.
  If an integer, use that for both horizontal and vertical margins.
! Otherwise, value should be a pair of integers `(HORZ : VERT)' with
  HORZ specifying the horizontal margin, and VERT specifying the
  vertical margin.  */);
    Vtool_bar_button_margin = make_number (DEFAULT_TOOL_BAR_BUTTON_MARGIN);
--- 14855,14861 ----
    DEFVAR_LISP ("tool-bar-button-margin", &Vtool_bar_button_margin,
      doc: /* *Margin around tool-bar buttons in pixels.
  If an integer, use that for both horizontal and vertical margins.
! Otherwise, value should be a pair of integers `(HORZ . VERT)' with
  HORZ specifying the horizontal margin, and VERT specifying the
  vertical margin.  */);
    Vtool_bar_button_margin = make_number (DEFAULT_TOOL_BAR_BUTTON_MARGIN);



reply via email to

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