aboutsummaryrefslogtreecommitdiff
path: root/elisp
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2004-10-14 16:17:13 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2004-10-14 16:17:13 +0000
commit368a37d640f2430df6c78e512dfa84d2911069b5 (patch)
tree79d1616f9d1e2eca729b98ca738a825c35bd1262 /elisp
parent6b1ad0096d670ada618f8a652524a28e98a34427 (diff)
downloadellinika-368a37d640f2430df6c78e512dfa84d2911069b5.tar.gz
ellinika-368a37d640f2430df6c78e512dfa84d2911069b5.tar.bz2
(ellinika-dict-mode): Made alternative-input-method buffer-local
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@246 941c8c0f-9102-463b-b60b-cd22ce0e6858
Diffstat (limited to 'elisp')
-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.