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
cb7de2e7
Commit
cb7de2e7
authored
Nov 08, 2004
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Info-revert-find-node): Don't use beginning-of-buffer.
parent
4331c31e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/info.el
lisp/info.el
+2
-2
No files found.
lisp/info.el
View file @
cb7de2e7
...
...
@@ -657,10 +657,10 @@ is preserved, if possible."
(
equal
old-nodename
Info-current-node
))
(
progn
;; note goto-line is no good, we want to measure from point-min
(
beginning-of-buffer
)
(
goto-char
(
point-min
)
)
(
forward-line
wline
)
(
set-window-start
(
selected-window
)
(
point
))
(
beginning-of-buffer
)
(
goto-char
(
point-min
)
)
(
forward-line
pline
)
(
move-to-column
pcolumn
))
;; only add to the history when coming from a different file+node
...
...
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