* lisp/register.el (frame-configuration-to-register): Make obsolete.

* etc/NEWS: Related markup.
This commit is contained in:
Glenn Morris 2014-02-22 13:13:30 -08:00
parent f33095ed6b
commit 123c84f91b
3 changed files with 7 additions and 0 deletions

View file

@ -382,6 +382,7 @@ that summarizes existing registers. To disable this, set that option to nil.
Interactive commands that read registers and want to make use of this
should use `register-read-with-preview' to read register names.
+++
*** New command `frameset-to-register' bound to `C-x r f', replacing
`frame-configuration-to-register'. It offers similar functionality,
plus enhancements like the ability to restore deleted frames.

View file

@ -1,3 +1,7 @@
2014-02-22 Glenn Morris <rgm@gnu.org>
* register.el (frame-configuration-to-register): Make obsolete.
2014-02-22 Juanma Barranquero <lekktu@gmail.com>
* desktop.el (desktop-save-buffer-p): Do not fail when

View file

@ -222,6 +222,8 @@ Interactively, reads the register using `register-read-with-preview'."
(set-advertised-calling-convention 'frame-configuration-to-register
'(register) "24.4")
(make-obsolete 'frame-configuration-to-register 'frameset-to-register' "24.4")
(defalias 'register-to-point 'jump-to-register)
(defun jump-to-register (register &optional delete)
"Move point to location stored in a register.