/[emacs]/emacs/lisp/international/ucs-tables.el
ViewVC logotype

Diff of /emacs/lisp/international/ucs-tables.el

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

revision 1.39 by handa, Fri May 13 06:03:46 2005 UTC revision 1.40 by handa, Fri May 27 11:21:36 2005 UTC
# Line 2517  This function is automatically called di Line 2517  This function is automatically called di
2517          (if (and table (symbolp table))          (if (and table (symbolp table))
2518              (setq table (get table 'translation-table)))              (setq table (get table 'translation-table)))
2519          (unless (char-table-p table)          (unless (char-table-p table)
2520            (setq table (coding-system-get cs 'translation-table-for-input)))            (setq table (coding-system-get cs 'translation-table-for-input))
2521              (if (and table (symbolp table))
2522                  (setq table (get table 'translation-table))))
2523          (when (char-table-p table)          (when (char-table-p table)
2524            (if buffer            (if buffer
2525                (with-current-buffer buffer                (with-current-buffer buffer

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

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