projects
/
elisp
/
emacs-canna.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49311f9
)
Don't check 'CANNA feature.
author
morioka
<morioka>
Mon, 9 Feb 1998 12:28:17 +0000
(12:28 +0000)
committer
morioka
<morioka>
Mon, 9 Feb 1998 12:28:17 +0000
(12:28 +0000)
canna-leim.el
patch
|
blob
|
history
diff --git
a/canna-leim.el
b/canna-leim.el
index
2754c51
..
ddc5248
100644
(file)
--- a/
canna-leim.el
+++ b/
canna-leim.el
@@
-33,9
+33,7
@@
;; Add pointers to Canna documentation in LEIM format
(defun canna-activate (&optional name)
- (if (featurep 'CANNA)
- (require 'canna)
- (error "Canna is not built into this XEmacs"))
+ (require 'canna)
(setq inactivate-current-input-method-function 'canna-inactivate)
(unless (featurep 'leim-canna-initialized)
(canna)