mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* textmodes/css-mode.el (css-indent-offset, css-electric-keys):
* textmodes/bibtex-style.el (bibtex-style-indent-basic): * progmodes/verilog-mode.el (verilog-mode): * net/socks.el (socks): * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
This commit is contained in:
parent
04ba431364
commit
8e7883692a
6 changed files with 16 additions and 1 deletions
|
|
@ -95,7 +95,9 @@
|
|||
|
||||
(defcustom bibtex-style-indent-basic 2
|
||||
"Basic amount of indentation to use in BibTeX Style mode."
|
||||
:type 'integer)
|
||||
:version "22.2"
|
||||
:type 'integer
|
||||
:group 'bibtex)
|
||||
|
||||
(defun bibtex-style-calculate-indentation (&optional virt)
|
||||
(or
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue