aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Tamm2004-09-02 16:59:18 +0000
committerSteven Tamm2004-09-02 16:59:18 +0000
commit2ca75b4224d8b99fb948a1a27e7fb92ec28db5a3 (patch)
tree975abf4fecb13693a4db4dda0db50387f659a828
parentf02069102bdac8ff32609518de0d48c0861cad0c (diff)
downloademacs-2ca75b4224d8b99fb948a1a27e7fb92ec28db5a3.tar.gz
emacs-2ca75b4224d8b99fb948a1a27e7fb92ec28db5a3.zip
Add ASCII equivalents for some function keys.
(mode-line-frame-identification): Sync with x-win.el.
-rw-r--r--lisp/term/mac-win.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/term/mac-win.el b/lisp/term/mac-win.el
index e42c2151701..c0ea7a9385e 100644
--- a/lisp/term/mac-win.el
+++ b/lisp/term/mac-win.el
@@ -141,6 +141,9 @@
141 (if clipboard 141 (if clipboard
142 (decode-coding-string clipboard selection-coding-system t))))) 142 (decode-coding-string clipboard selection-coding-system t)))))
143 143
144;; Don't show the frame name; that's redundant.
145(setq-default mode-line-frame-identification " ")
146
144(defun mac-drag-n-drop (event) 147(defun mac-drag-n-drop (event)
145 "Edit the files listed in the drag-n-drop event.\n\ 148 "Edit the files listed in the drag-n-drop event.\n\
146Switch to a buffer editing the last file dropped." 149Switch to a buffer editing the last file dropped."
@@ -262,6 +265,9 @@ ascii:-*-Monaco-*-*-*-*-12-*-*-*-*-*-mac-roman")
262 265
263;; Tell read-char how to convert special chars to ASCII 266;; Tell read-char how to convert special chars to ASCII
264(put 'return 'ascii-character 13) 267(put 'return 'ascii-character 13)
268(put 'tab 'ascii-character ?\t)
269(put 'backspace 'ascii-character 127)
270(put 'escape 'ascii-character ?\e)
265 271
266;; 272;;
267;; Available colors 273;; Available colors