Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
123c84f9
Commit
123c84f9
authored
Feb 22, 2014
by
Glenn Morris
Browse files
* lisp/register.el (frame-configuration-to-register): Make obsolete.
* etc/NEWS: Related markup.
parent
f33095ed
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
0 deletions
+7
-0
etc/NEWS
etc/NEWS
+1
-0
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/register.el
lisp/register.el
+2
-0
No files found.
etc/NEWS
View file @
123c84f9
...
...
@@ -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
.
...
...
lisp/ChangeLog
View file @
123c84f9
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
...
...
lisp/register.el
View file @
123c84f9
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment