Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
8c4ca60c
Commit
8c4ca60c
authored
Mar 22, 1994
by
Karl Heuer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(jump-to-register): Handle dead marker.
parent
9b8eb840
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
lisp/register.el
lisp/register.el
+2
-0
No files found.
lisp/register.el
View file @
8c4ca60c
...
...
@@ -93,6 +93,8 @@ delete any existing frames that the frame configuration doesn't mention.
((
window-configuration-p
val
)
(
set-window-configuration
val
))
((
markerp
val
)
(
or
(
marker-buffer
val
)
(
error
"That register's buffer no longer exists"
))
(
switch-to-buffer
(
marker-buffer
val
))
(
goto-char
val
))
((
and
(
consp
val
)
(
eq
(
car
val
)
'file
))
...
...
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