aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2005-05-22 10:38:08 +0000
committerJuanma Barranquero <[email protected]>2005-05-22 10:38:08 +0000
commit2641cc63e217d5d606e1c1910f3761582d1e9e4a (patch)
tree0d2322c467b512263e237749ccf3faae32ba98b2 /lisp
parenta41c216fd747b7e478d7250d73f07d8262af86c6 (diff)
(focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/subr.el6
2 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 52af4d5df1..dd4c0f8e6c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2005-05-22 Juanma Barranquero <[email protected]>
+
+ * subr.el (focus-frame, unfocus-frame):
+ Revert deletion on 2005-05-01.
+
2005-05-22 Andre Spiegel <[email protected]>
* vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
diff --git a/lisp/subr.el b/lisp/subr.el
index ee084e09f1..8f9b51c56c 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -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.