aboutsummaryrefslogtreecommitdiff
path: root/elisp/ellinika-dict-mode.el
diff options
context:
space:
mode:
Diffstat (limited to 'elisp/ellinika-dict-mode.el')
-rw-r--r--elisp/ellinika-dict-mode.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/elisp/ellinika-dict-mode.el b/elisp/ellinika-dict-mode.el
index b5473a6..f7fb043 100644
--- a/elisp/ellinika-dict-mode.el
+++ b/elisp/ellinika-dict-mode.el
@@ -46,7 +46,6 @@
(let ((tag (buffer-substring
(match-beginning 1)
(match-end 1))))
- (setq ellinika-last-tag tag)
(cond
((or (string-equal tag "T") (string-equal tag "/T"))
(throw 'loop (ellinika-guess-syntax)))
@@ -259,7 +258,7 @@
Key bindings:
\\{ellinika-dict-mode-map}"
- (make-variable-buffer-local 'ellinika-last-tag)
+ (make-variable-buffer-local 'alternative-input-method)
(define-key ellinika-dict-mode-map "\C-c\C-b" 'ellinika-begin-node)
(define-key ellinika-dict-mode-map "\C-c\C-m" 'ellinika-begin-article)

Return to:

Send suggestions and report system problems to the System administrator.