1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

(focus-frame, unfocus-frame): Revert deletion on 2005-05-01.

This commit is contained in:
Juanma Barranquero 2005-05-22 10:38:08 +00:00
parent a41c216fd7
commit 2641cc63e2
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2005-05-22 Juanma Barranquero <lekktu@gmail.com>
* subr.el (focus-frame, unfocus-frame):
Revert deletion on 2005-05-01.
2005-05-22 Andre Spiegel <spiegel@gnu.org>
* vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE

View File

@ -784,6 +784,12 @@ is converted into a string by expressing it in decimal."
baud-rate)
(make-obsolete 'baud-rate "use the `baud-rate' variable instead." "before 19.15")
;; These are used by VM and some old programs
(defalias 'focus-frame 'ignore "")
(make-obsolete 'focus-frame "it does nothing." "22.1")
(defalias 'unfocus-frame 'ignore "")
(make-obsolete 'unfocus-frame "it does nothing." "22.1")
;;;; Obsolescence declarations for variables, and aliases.