diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/subr.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/subr.el b/lisp/subr.el index 7c50f9415bd..f8d26024c45 100644 --- a/lisp/subr.el +++ b/lisp/subr.el | |||
| @@ -1019,7 +1019,8 @@ is converted into a string by expressing it in decimal." | |||
| 1019 | (make-obsolete 'focus-frame "it does nothing." "22.1") | 1019 | (make-obsolete 'focus-frame "it does nothing." "22.1") |
| 1020 | (defalias 'unfocus-frame 'ignore "") | 1020 | (defalias 'unfocus-frame 'ignore "") |
| 1021 | (make-obsolete 'unfocus-frame "it does nothing." "22.1") | 1021 | (make-obsolete 'unfocus-frame "it does nothing." "22.1") |
| 1022 | (make-obsolete 'make-variable-frame-local "use a frame-parameter instead." "22.2") | 1022 | (make-obsolete 'make-variable-frame-local |
| 1023 | "explicitly check for a frame-parameter instead." "22.2") | ||
| 1023 | 1024 | ||
| 1024 | ;;;; Obsolescence declarations for variables, and aliases. | 1025 | ;;;; Obsolescence declarations for variables, and aliases. |
| 1025 | 1026 | ||