[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/term/mac-win.el [lexbind]
From: |
Miles Bader |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/term/mac-win.el [lexbind] |
Date: |
Sat, 04 Sep 2004 05:52:29 -0400 |
Index: emacs/lisp/term/mac-win.el
diff -c emacs/lisp/term/mac-win.el:1.8.2.3 emacs/lisp/term/mac-win.el:1.8.2.4
*** emacs/lisp/term/mac-win.el:1.8.2.3 Sat Jul 17 02:49:48 2004
--- emacs/lisp/term/mac-win.el Sat Sep 4 09:28:13 2004
***************
*** 141,146 ****
--- 141,149 ----
(if clipboard
(decode-coding-string clipboard selection-coding-system t)))))
+ ;; Don't show the frame name; that's redundant.
+ (setq-default mode-line-frame-identification " ")
+
(defun mac-drag-n-drop (event)
"Edit the files listed in the drag-n-drop event.\n\
Switch to a buffer editing the last file dropped."
***************
*** 262,267 ****
--- 265,273 ----
;; Tell read-char how to convert special chars to ASCII
(put 'return 'ascii-character 13)
+ (put 'tab 'ascii-character ?\t)
+ (put 'backspace 'ascii-character 127)
+ (put 'escape 'ascii-character ?\e)
;;
;; Available colors
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/term/mac-win.el [lexbind],
Miles Bader <=