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
74a6d927
Commit
74a6d927
authored
Oct 19, 2007
by
Juanma Barranquero
Browse files
(bs--track-window-changes): Don't refresh the whole list.
parent
087674e8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/bs.el
lisp/bs.el
+0
-1
No files found.
lisp/ChangeLog
View file @
74a6d927
2007-10-19 Juanma Barranquero <lekktu@gmail.com>
* bs.el (bs--track-window-changes): Don't refresh the whole list.
* follow.el (follow-unload-function): New function.
* loadhist.el (unload-function-features-list):
lisp/bs.el
View file @
74a6d927
...
...
@@ -619,7 +619,6 @@ Used from `window-size-change-functions'."
(let ((win (get-buffer-window "
*buffer-selection*
" frame)))
(when win
(with-selected-window win
(bs-refresh)
(bs--set-window-height)))))
(defun bs--remove-hooks ()
...
...
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