Mercurial > emacs
diff lisp/cus-start.el @ 65945:b3ed9c9b7a4f
(line-spacing): Add custom spec.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 09 Oct 2005 15:40:00 +0000 |
parents | 4b9f048f9a7e |
children | 6f662b71d7cf 08b4dd6a6e87 5e2d3828e89f |
line wrap: on
line diff
--- 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