Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Peter Liljenberg
lyskom-elisp-client
Commits
6bd50be3
Commit
6bd50be3
authored
Jun 21, 2014
by
Christer Ekholm
Browse files
(kom-apropos): Use save-selected-window instead of save-window-excursion.
To make the buffer *LysKOM-Apropos* visible.
parent
a4b10328
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
6bd50be3
2014-06-21 Christer Ekholm <che@chrekh.se>
* commands2.el (kom-apropos): Use save-selected-window instead of
save-window-excursion, to make the buffer *LysKOM-Apropos*
visible.
* elib-string.el (elib-string-expand-newtext): Renamed variables
newtext and string to elib-newtext and elib-string, to silence
warnings about "var `xxx' lacks a prefix" in emacs-24.
...
...
src/commands2.el
View file @
6bd50be3
...
...
@@ -3599,7 +3599,7 @@ This command is intended primarily for developers and advanced users."
(message "
Searching
for
%s...formatting...
" re)
(if result
(let ((buffer (get-buffer-create "
*LysKOM-Apropos*
")))
(save-
window-excursion
(save-
selected-window
(let ((inhibit-read-only t))
(set-buffer buffer)
(help-mode)
...
...
Write
Preview
Supports
Markdown
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