Mercurial > emacs
comparison lisp/ruler-mode.el @ 59996:aac0a33f5772
Change release version from 21.4 to 22.1 throughout.
Change development version from 21.3.50 to 22.0.50.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Wed, 09 Feb 2005 15:50:47 +0000 |
parents | aabf30299e6c |
children | 8d965863dd8c 3ebd9bdb4fe5 |
comparison
equal
deleted
inserted
replaced
59995:8f4938738427 | 59996:aac0a33f5772 |
---|---|
114 (require 'scroll-bar) | 114 (require 'scroll-bar) |
115 (require 'fringe) | 115 (require 'fringe) |
116 | 116 |
117 (defgroup ruler-mode nil | 117 (defgroup ruler-mode nil |
118 "Display a ruler in the header line." | 118 "Display a ruler in the header line." |
119 :version "21.4" | 119 :version "22.1" |
120 :group 'convenience) | 120 :group 'convenience) |
121 | 121 |
122 (defcustom ruler-mode-show-tab-stops nil | 122 (defcustom ruler-mode-show-tab-stops nil |
123 "*If non-nil the ruler shows tab stop positions. | 123 "*If non-nil the ruler shows tab stop positions. |
124 Also allowing to visually change `tab-stop-list' setting using | 124 Also allowing to visually change `tab-stop-list' setting using |