emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/startup.el
Date: Wed, 05 Mar 2003 11:31:44 -0500

Index: emacs/lisp/startup.el
diff -c emacs/lisp/startup.el:1.316 emacs/lisp/startup.el:1.317
*** emacs/lisp/startup.el:1.316 Sat Mar  1 10:55:04 2003
--- emacs/lisp/startup.el       Wed Mar  5 11:31:44 2003
***************
*** 241,247 ****
      ("--cursor-color" 1 x-handle-switch cursor-color)
      ("--vertical-scroll-bars" 0 x-handle-switch vertical-scroll-bars t)
      ("--line-spacing" 1 x-handle-numeric-switch line-spacing)
!     ("--border-color" 1 x-handle-switch border-width)
      ("--smid" 1 x-handle-smid))
    "Alist of X Windows options.
  Each element has the form
--- 241,247 ----
      ("--cursor-color" 1 x-handle-switch cursor-color)
      ("--vertical-scroll-bars" 0 x-handle-switch vertical-scroll-bars t)
      ("--line-spacing" 1 x-handle-numeric-switch line-spacing)
!     ("--border-color" 1 x-handle-switch border-color)
      ("--smid" 1 x-handle-smid))
    "Alist of X Windows options.
  Each element has the form




reply via email to

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