diff options
| author | Glenn Morris | 2012-08-15 09:29:11 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-08-15 09:29:11 -0700 |
| commit | 2a1e24765bc3de7bf72e7117893307f6f6c441be (patch) | |
| tree | 95cbfdc4e94f4f7c899e2ceea99b771928e4937a /lisp/textmodes | |
| parent | eb424fe3d660eebd9b74dd5d2875e2e4b7b3307f (diff) | |
| download | emacs-2a1e24765bc3de7bf72e7117893307f6f6c441be.tar.gz emacs-2a1e24765bc3de7bf72e7117893307f6f6c441be.zip | |
Replace version 24.2 with 24.3 where appropriate (hopefully)
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/rst.el | 12 | ||||
| -rw-r--r-- | lisp/textmodes/tex-mode.el | 4 |
2 files changed, 8 insertions, 8 deletions
diff --git a/lisp/textmodes/rst.el b/lisp/textmodes/rst.el index 77dc7cc29bb..767f8f360bb 100644 --- a/lisp/textmodes/rst.el +++ b/lisp/textmodes/rst.el | |||
| @@ -215,12 +215,12 @@ Starts with the current official version. For developer versions | |||
| 215 | in parentheses follows the development revision and the time stamp.") | 215 | in parentheses follows the development revision and the time stamp.") |
| 216 | 216 | ||
| 217 | (defconst rst-package-emacs-version-alist | 217 | (defconst rst-package-emacs-version-alist |
| 218 | '(("1.0.0" . "24.2") | 218 | '(("1.0.0" . "24.3") |
| 219 | ("1.1.0" . "24.2") | 219 | ("1.1.0" . "24.3") |
| 220 | ("1.2.0" . "24.2") | 220 | ("1.2.0" . "24.3") |
| 221 | ("1.2.1" . "24.2") | 221 | ("1.2.1" . "24.3") |
| 222 | ("1.3.0" . "24.2") | 222 | ("1.3.0" . "24.3") |
| 223 | ("1.3.1" . "24.2") | 223 | ("1.3.1" . "24.3") |
| 224 | )) | 224 | )) |
| 225 | 225 | ||
| 226 | (unless (assoc rst-official-version rst-package-emacs-version-alist) | 226 | (unless (assoc rst-official-version rst-package-emacs-version-alist) |
diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el index 957003ca2e0..620a1da633e 100644 --- a/lisp/textmodes/tex-mode.el +++ b/lisp/textmodes/tex-mode.el | |||
| @@ -1499,7 +1499,7 @@ Puts point on a blank line between them." | |||
| 1499 | (defvar latex-complete-bibtex-cache nil) | 1499 | (defvar latex-complete-bibtex-cache nil) |
| 1500 | 1500 | ||
| 1501 | (define-obsolete-function-alias 'latex-string-prefix-p | 1501 | (define-obsolete-function-alias 'latex-string-prefix-p |
| 1502 | 'string-prefix-p "24.2") | 1502 | 'string-prefix-p "24.3") |
| 1503 | 1503 | ||
| 1504 | (defvar bibtex-reference-key) | 1504 | (defvar bibtex-reference-key) |
| 1505 | (declare-function reftex-get-bibfile-list "reftex-cite.el" ()) | 1505 | (declare-function reftex-get-bibfile-list "reftex-cite.el" ()) |
| @@ -2059,7 +2059,7 @@ IN can be either a string (with the same % escapes in it) indicating | |||
| 2059 | OUT describes the output file and is either a %-escaped string | 2059 | OUT describes the output file and is either a %-escaped string |
| 2060 | or nil to indicate that there is no output file.") | 2060 | or nil to indicate that there is no output file.") |
| 2061 | 2061 | ||
| 2062 | (define-obsolete-function-alias 'tex-string-prefix-p 'string-prefix-p "24.2") | 2062 | (define-obsolete-function-alias 'tex-string-prefix-p 'string-prefix-p "24.3") |
| 2063 | 2063 | ||
| 2064 | (defun tex-guess-main-file (&optional all) | 2064 | (defun tex-guess-main-file (&optional all) |
| 2065 | "Find a likely `tex-main-file'. | 2065 | "Find a likely `tex-main-file'. |