# HG changeset patch # User Richard M. Stallman # Date 1128872400 0 # Node ID b3ed9c9b7a4f8b8b4315a7fd42cd19d4df31ec18 # Parent b993ed7387e085420f1c9e37f7fff82d360a5a1f (line-spacing): Add custom spec. diff -r b993ed7387e0 -r b3ed9c9b7a4f lisp/cus-start.el --- a/lisp/cus-start.el Sun Oct 09 15:37:35 2005 +0000 +++ b/lisp/cus-start.el Sun Oct 09 15:40:00 2005 +0000 @@ -99,6 +99,7 @@ (scroll-down-aggressively windows (choice (const :tag "off" nil) number) "21.1") + (line-spacing display (choice (const :tag "none" nil) integer)) ;; callint.c (mark-even-if-inactive editing-basics boolean) ;; callproc.c