Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d282974b
Commit
d282974b
authored
Mar 12, 1995
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(same-window-buffer-names): Set this only in loaddefs.el,
not when info.el is loaded.
parent
67398f34
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
lisp/info.el
lisp/info.el
+1
-2
No files found.
lisp/info.el
View file @
d282974b
...
...
@@ -167,8 +167,7 @@ Do the right thing if the file has been compressed or zipped."
(
let
((
buffer-read-only
nil
))
(
shell-command-on-region
(
point-min
)
(
point-max
)
decoder
t
)))))
;;;###autoload
(
add-hook
'same-window-buffer-names
"*info*"
)
;;;###autoload (add-hook 'same-window-buffer-names "*info*")
;;;###autoload
(
defun
info
(
&optional
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