mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
This commit is contained in:
parent
a41c216fd7
commit
2641cc63e2
2 changed files with 11 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue