/[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.24 by tamm, Thu Jul 8 15:24:54 2004 UTC revision 1.24.2.1 by miles, Sat Sep 4 12:01:13 2004 UTC
# Line 141  Line 141 
141             (if clipboard             (if clipboard
142                 (decode-coding-string clipboard selection-coding-system t)))))                 (decode-coding-string clipboard selection-coding-system t)))))
143    
144    ;; Don't show the frame name; that's redundant.
145    (setq-default mode-line-frame-identification "  ")
146    
147  (defun mac-drag-n-drop (event)  (defun mac-drag-n-drop (event)
148    "Edit the files listed in the drag-n-drop event.\n\    "Edit the files listed in the drag-n-drop event.\n\
149  Switch to a buffer editing the last file dropped."  Switch to a buffer editing the last file dropped."
# Line 262  ascii:-*-Monaco-*-*-*-*-12-*-*-*-*-*-mac Line 265  ascii:-*-Monaco-*-*-*-*-12-*-*-*-*-*-mac
265    
266  ;; Tell read-char how to convert special chars to ASCII  ;; Tell read-char how to convert special chars to ASCII
267  (put 'return 'ascii-character 13)  (put 'return 'ascii-character 13)
268    (put 'tab 'ascii-character ?\t)
269    (put 'backspace 'ascii-character 127)
270    (put 'escape 'ascii-character ?\e)
271    
272  ;;  ;;
273  ;; Available colors  ;; Available colors

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.24.2.1

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