aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorKim F. Storm2005-02-09 15:50:47 +0000
committerKim F. Storm2005-02-09 15:50:47 +0000
commitbf247b6ed0b5e96845e785302bdaa97fcf6a8b84 (patch)
tree3e5225520dfe10e9394f68088de2fe22027aa53f /lisp/textmodes
parent1de0ae85b33c8d8cb77ab839f66d2df4f9aa7b94 (diff)
downloademacs-bf247b6ed0b5e96845e785302bdaa97fcf6a8b84.tar.gz
emacs-bf247b6ed0b5e96845e785302bdaa97fcf6a8b84.zip
Change release version from 21.4 to 22.1 throughout.
Change development version from 21.3.50 to 22.0.50.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/conf-mode.el2
-rw-r--r--lisp/textmodes/sgml-mode.el4
-rw-r--r--lisp/textmodes/table.el2
-rw-r--r--lisp/textmodes/tex-mode.el8
4 files changed, 8 insertions, 8 deletions
diff --git a/lisp/textmodes/conf-mode.el b/lisp/textmodes/conf-mode.el
index 59ffbb29a4c..3b8687ce670 100644
--- a/lisp/textmodes/conf-mode.el
+++ b/lisp/textmodes/conf-mode.el
@@ -36,7 +36,7 @@
36(defgroup conf nil 36(defgroup conf nil
37 "Configuration files." 37 "Configuration files."
38 :group 'data 38 :group 'data
39 :version "21.4") 39 :version "22.1")
40 40
41(defcustom conf-assignment-column 24 41(defcustom conf-assignment-column 24
42 "Align assignments to this column by default with \\[conf-align-assignments]. 42 "Align assignments to this column by default with \\[conf-align-assignments].
diff --git a/lisp/textmodes/sgml-mode.el b/lisp/textmodes/sgml-mode.el
index 9e18dbc0651..694903b1fb6 100644
--- a/lisp/textmodes/sgml-mode.el
+++ b/lisp/textmodes/sgml-mode.el
@@ -352,7 +352,7 @@ If this variable is customized, the custom value is used always.
352Otherwise, it is set to be buffer-local when the file has 352Otherwise, it is set to be buffer-local when the file has
353 a DOCTYPE or an XML declaration." 353 a DOCTYPE or an XML declaration."
354 :type 'boolean 354 :type 'boolean
355 :version "21.4" 355 :version "22.1"
356 :group 'sgml) 356 :group 'sgml)
357 357
358(defvar sgml-empty-tags nil 358(defvar sgml-empty-tags nil
@@ -1215,7 +1215,7 @@ not the case, the first tag returned is the one inside which we are."
1215 (if (cdr tmp) (setcdr tmp (cddr tmp))))) 1215 (if (cdr tmp) (setcdr tmp (cddr tmp)))))
1216 (message "Unmatched tags <%s> and </%s>" 1216 (message "Unmatched tags <%s> and </%s>"
1217 (sgml-tag-name tag-info) (pop stack))))) 1217 (sgml-tag-name tag-info) (pop stack)))))
1218 1218
1219 (if (and (null stack) (sgml-unclosed-tag-p (sgml-tag-name tag-info))) 1219 (if (and (null stack) (sgml-unclosed-tag-p (sgml-tag-name tag-info)))
1220 ;; This is a top-level open of an implicitly closed tag, so any 1220 ;; This is a top-level open of an implicitly closed tag, so any
1221 ;; occurrence of such an open tag at the same level can be ignored 1221 ;; occurrence of such an open tag at the same level can be ignored
diff --git a/lisp/textmodes/table.el b/lisp/textmodes/table.el
index f064dd4dee0..2c685753f1f 100644
--- a/lisp/textmodes/table.el
+++ b/lisp/textmodes/table.el
@@ -646,7 +646,7 @@ See `table-insert' for examples about how to use."
646 :group 'wp 646 :group 'wp
647 :group 'paragraphs 647 :group 'paragraphs
648 :group 'fill 648 :group 'fill
649 :version "21.4") 649 :version "22.1")
650 650
651(defgroup table-hooks nil 651(defgroup table-hooks nil
652 "Hooks for table manipulation utilities" 652 "Hooks for table manipulation utilities"
diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el
index ce34138d5fb..4b878f4f240 100644
--- a/lisp/textmodes/tex-mode.el
+++ b/lisp/textmodes/tex-mode.el
@@ -127,7 +127,7 @@ and the input file name, with no separating space and are not shell-quoted.
127If nil, TeX runs with no options. See the documentation of `tex-command'." 127If nil, TeX runs with no options. See the documentation of `tex-command'."
128 :type 'string 128 :type 'string
129 :group 'tex-run 129 :group 'tex-run
130 :version "21.4") 130 :version "22.1")
131 131
132;;;###autoload 132;;;###autoload
133(defcustom tex-start-commands "\\nonstopmode\\input" 133(defcustom tex-start-commands "\\nonstopmode\\input"
@@ -139,7 +139,7 @@ If nil, no commands are used. See the documentation of `tex-command'."
139 "\\nonstopmode\\input") 139 "\\nonstopmode\\input")
140 (string :tag "String at your choice")) 140 (string :tag "String at your choice"))
141 :group 'tex-run 141 :group 'tex-run
142 :version "21.4") 142 :version "22.1")
143 143
144(defvar latex-standard-block-names 144(defvar latex-standard-block-names
145 '("abstract" "array" "center" "description" 145 '("abstract" "array" "center" "description"
@@ -199,7 +199,7 @@ use."
199(defcustom tex-dvi-view-command 199(defcustom tex-dvi-view-command
200 '(cond 200 '(cond
201 ((eq window-system 'x) "xdvi") 201 ((eq window-system 'x) "xdvi")
202 ((eq window-system 'w32) "yap") 202 ((eq window-system 'w32) "yap")
203 (t "dvi2tty * | cat -s")) 203 (t "dvi2tty * | cat -s"))
204 "*Command used by \\[tex-view] to display a `.dvi' file. 204 "*Command used by \\[tex-view] to display a `.dvi' file.
205If it is a string, that specifies the command directly. 205If it is a string, that specifies the command directly.
@@ -1776,7 +1776,7 @@ FILE is typically the output DVI or PDF file."
1776 (when (file-newer-than-file-p f file) 1776 (when (file-newer-than-file-p f file)
1777 (setq uptodate nil))))) 1777 (setq uptodate nil)))))
1778 uptodate))) 1778 uptodate)))
1779 1779
1780 1780
1781(autoload 'format-spec "format-spec") 1781(autoload 'format-spec "format-spec")
1782 1782