[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#17899: Source of bug?
From: |
Stefan Guath |
Subject: |
bug#17899: Source of bug? |
Date: |
Thu, 3 Jul 2014 13:43:34 +0200 |
`dabbrev-completion' dynamically binds `dabbrev-check-other-buffers' to the
correct value, but later down the call chain (i.e.
`dabbrev--find-all-expansions' -> `dabbrev--find-expansion' ->
`dabbrev--make-friend-buffer-list'), `dabbrev--make-friend-buffer-list' instead
uses the internal `dabbrev--check-other-buffers' which is not updated
accordingly. Could this be the source of the error?
/Stefan Guath