/[emacs]/emacs/lisp/bindings.el
ViewVC logotype

Diff of /emacs/lisp/bindings.el

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

revision 1.121 by teirllm, Tue Jun 10 04:06:10 2003 UTC revision 1.121.2.1 by handa, Mon Sep 8 12:53:36 2003 UTC
# Line 625  language you are using." Line 625  language you are using."
625  ;; that we will not need to keep permanently.  ;; that we will not need to keep permanently.
626  (garbage-collect)  (garbage-collect)
627    
 ;; Make all multibyte characters self-insert.  
 (let ((l (generic-character-list))  
       (table (nth 1 global-map)))  
   (while l  
     (set-char-table-default table (car l) 'self-insert-command)  
     (setq l (cdr l))))  
628    
629  (setq help-event-list '(help f1))  (setq help-event-list '(help f1))
630    

Legend:
Removed from v.1.121  
changed lines
  Added in v.1.121.2.1

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