/[emacs]/emacs/lisp/case-table.el
ViewVC logotype

Diff of /emacs/lisp/case-table.el

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

revision 1.25 by pj, Sun Jul 15 16:15:34 2001 UTC revision 1.26 by rms, Sun Dec 16 03:45:57 2001 UTC
# Line 103  This sets the entries for characters UC Line 103  This sets the entries for characters UC
103  that will be used as the downcase part of a case table.  that will be used as the downcase part of a case table.
104  It also modifies `standard-syntax-table' to give them the syntax of  It also modifies `standard-syntax-table' to give them the syntax of
105  word constituents."  word constituents."
106      (unless (= (charset-bytes (char-charset uc))
107                 (charset-bytes (char-charset lc)))
108        (error "Can't casify chars with different `charset-bytes' values"))
109    (setq uc (set-case-syntax-1 uc))    (setq uc (set-case-syntax-1 uc))
110    (setq lc (set-case-syntax-1 lc))    (setq lc (set-case-syntax-1 lc))
111    (aset table uc lc)    (aset table uc lc)

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

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