summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cape.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/cape.el b/cape.el
index a58c1a0..9720270 100644
--- a/cape.el
+++ b/cape.el
@@ -566,6 +566,8 @@ If INTERACTIVE is nil the function acts like a Capf."
(cape--silent
(dlet ((dabbrev-check-other-buffers nil)
(dabbrev-check-all-buffers nil)
+ (dabbrev-backward-only nil)
+ (dabbrev-limit nil)
(dabbrev-search-these-buffers-only
(ensure-list (funcall cape-dabbrev-buffer-function))))
(dabbrev--reset-global-variables)