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
79d0c1e7
Commit
79d0c1e7
authored
Mar 31, 1993
by
Roland McGrath
Browse files
(view-buffer-other-window): Remove spurious backslashes from
interactive spec.
parent
54d1c8fa
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/view.el
lisp/view.el
+1
-1
No files found.
lisp/view.el
View file @
79d0c1e7
...
...
@@ -163,7 +163,7 @@ Space scrolls forward, Delete scrolls backward.
For list of all View commands, type ? or h while viewing.
Calls the value of view-hook if that is non-nil."
(
interactive
\
"bView
buffer:\
\
nP
\
"
)
(
interactive
"bView buffer:\nP"
)
(
let
((
return-to
(
and
not-return
(
current-window-configuration
))))
(
switch-to-buffer-other-window
buffer-name
)
(
view-mode
return-to
)))
...
...
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