/[emacs]/emacs/lisp/international/quail.el
ViewVC logotype

Diff of /emacs/lisp/international/quail.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.129 by handa, Mon Jul 21 07:16:40 2003 UTC revision 1.130 by handa, Sat Jul 26 07:40:21 2003 UTC
# Line 1694  sequence counting from the head." Line 1694  sequence counting from the head."
1694               ;; No way to handle the last character in this context.               ;; No way to handle the last character in this context.
1695               (setq def (quail-map-definition               (setq def (quail-map-definition
1696                          (quail-lookup-key quail-current-key (1- len))))                          (quail-lookup-key quail-current-key (1- len))))
1697               (setq quail-current-str (quail-get-current-str (1- len) def))               (if def (setq quail-current-str
1698                               (quail-get-current-str (1- len) def)))
1699               (1- len))))))               (1- len))))))
1700    
1701  (defun quail-next-translation ()  (defun quail-next-translation ()

Legend:
Removed from v.1.129  
changed lines
  Added in v.1.130

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26