diff options
| author | John Paul Wallington | 2004-08-21 15:00:26 +0000 |
|---|---|---|
| committer | John Paul Wallington | 2004-08-21 15:00:26 +0000 |
| commit | 3829aa6f66645cc3cc43658242f4a8c2427a3f07 (patch) | |
| tree | 0b170bb5707e2052f604eca4a9a8799c17de2548 | |
| parent | 285e8acc98f3e3c70416508386c20c9cad976c85 (diff) | |
| download | emacs-3829aa6f66645cc3cc43658242f4a8c2427a3f07.tar.gz emacs-3829aa6f66645cc3cc43658242f4a8c2427a3f07.zip | |
(latin1-char-displayable-p): Made obsolete in version 21.4, not 21.5.
| -rw-r--r-- | lisp/ChangeLog | 12 | ||||
| -rw-r--r-- | lisp/international/latin1-disp.el | 2 |
2 files changed, 13 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e14623d9675..5928601f7a3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2004-08-21 John Paul Wallington <jpw@gnu.org> | ||
| 2 | |||
| 3 | * subr.el (process-kill-without-query): Made obsolete in | ||
| 4 | version 21.4, not 21.5. | ||
| 5 | |||
| 6 | * log-edit.el (vc-comment-ring, vc-comment-ring-index) | ||
| 7 | (vc-previous-comment, vc-next-comment) | ||
| 8 | (vc-comment-search-reverse, vc-comment-search-forward) | ||
| 9 | (vc-comment-to-change-log): Likewise. | ||
| 10 | |||
| 11 | * international/latin1-disp.el (latin1-char-displayable-p): Likewise. | ||
| 12 | |||
| 1 | 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch) | 13 | 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch) |
| 2 | 14 | ||
| 3 | * emacs-lisp/cl-indent.el (lisp-indent-defmethod): Correct | 15 | * emacs-lisp/cl-indent.el (lisp-indent-defmethod): Correct |
diff --git a/lisp/international/latin1-disp.el b/lisp/international/latin1-disp.el index a0be6db3d2f..132f11d485b 100644 --- a/lisp/international/latin1-disp.el +++ b/lisp/international/latin1-disp.el | |||
| @@ -225,7 +225,7 @@ character set: `latin-2', `hebrew' etc." | |||
| 225 | 225 | ||
| 226 | ;; Backwards compatibility. | 226 | ;; Backwards compatibility. |
| 227 | (defalias 'latin1-char-displayable-p 'char-displayable-p) | 227 | (defalias 'latin1-char-displayable-p 'char-displayable-p) |
| 228 | (make-obsolete 'latin1-char-displayable-p 'char-displayable-p "21.5") | 228 | (make-obsolete 'latin1-char-displayable-p 'char-displayable-p "21.4") |
| 229 | 229 | ||
| 230 | (defun latin1-display-setup (set &optional force) | 230 | (defun latin1-display-setup (set &optional force) |
| 231 | "Set up Latin-1 display for characters in the given SET. | 231 | "Set up Latin-1 display for characters in the given SET. |