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
2a3f604d
Commit
2a3f604d
authored
Apr 22, 2004
by
Lars Hansen
Browse files
(Info-restore-desktop-buffer): Delete with-no-warnings.
parent
608c2ea2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/info.el
lisp/info.el
+1
-2
No files found.
lisp/ChangeLog
View file @
2a3f604d
2004-04-22 Lars Hansen <larsh@math.ku.dk>
* info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
* mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
2004-04-22 Kim F. Storm <storm@cua.dk>
* net/telnet.el (telnet): Add optional port arg.
...
...
lisp/info.el
View file @
2a3f604d
...
...
@@ -3724,8 +3724,7 @@ BUFFER is the buffer speedbar is requesting buttons for."
(
let
((
first
(
nth
0
desktop-buffer-misc
))
(
second
(
nth
1
desktop-buffer-misc
)))
(
when
(
and
first
second
)
(
with-no-warnings
(
Info-find-node
first
second
))
(
Info-find-node
first
second
)
(
current-buffer
))))
(
provide
'info
)
...
...
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