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:
parent
a41c216fd7
commit
2641cc63e2
@ -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
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user