From 14c0acfb12fc8e5d727ba4cacd8b1699c680dca2 Mon Sep 17 00:00:00 2001 From: Mark Oteiza Date: Thu, 17 Jul 2014 18:09:22 -0400 Subject: name the dictionary buffer *Dictionary* also untabify the lines --- dictionary.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dictionary.el b/dictionary.el index 33f2ce4..0cc8887 100644 --- a/dictionary.el +++ b/dictionary.el @@ -370,10 +370,10 @@ by the choice value: "Create a new dictonary buffer and install dictionary-mode" (interactive) (let ((buffer (or (and dictionary-use-single-buffer - (get-buffer "*Dictionary buffer*")) - (generate-new-buffer "*Dictionary buffer*"))) - (window-configuration (current-window-configuration)) - (selected-window (frame-selected-window))) + (get-buffer "*Dictionary*")) + (generate-new-buffer "*Dictionary*"))) + (window-configuration (current-window-configuration)) + (selected-window (frame-selected-window))) (switch-to-buffer-other-window buffer) (dictionary-mode) -- cgit v1.2.3