/[emacs]/emacs/lisp/term/mac-win.el
ViewVC logotype

Diff of /emacs/lisp/term/mac-win.el

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

revision 1.16 by jpw, Thu Jan 23 00:04:20 2003 UTC revision 1.17 by akochoi, Tue Jan 28 18:46:07 2003 UTC
# Line 252  ascii:-*-Monaco-*-*-*-*-12-*-*-*-*-*-mac Line 252  ascii:-*-Monaco-*-*-*-*-12-*-*-*-*-*-mac
252  ;; Map certain keypad keys into ASCII characters that people usually expect  ;; Map certain keypad keys into ASCII characters that people usually expect
253  (define-key function-key-map [return] [?\C-m])  (define-key function-key-map [return] [?\C-m])
254  (define-key function-key-map [M-return] [?\M-\C-m])  (define-key function-key-map [M-return] [?\M-\C-m])
255    (define-key function-key-map [tab] [?\t])
256    (define-key function-key-map [M-tab] [?\M-\t])
257    (define-key function-key-map [backspace] [127])
258    (define-key function-key-map [M-backspace] [?\M-\d])
259    (define-key function-key-map [escape] [?\e])
260    (define-key function-key-map [M-escape] [?\M-\e])
261    
262  ;; Tell read-char how to convert special chars to ASCII  ;; Tell read-char how to convert special chars to ASCII
263  (put 'return 'ascii-character 13)  (put 'return 'ascii-character 13)
264    

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

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