emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/term/mac-win.el


From: Steven Tamm
Subject: [Emacs-diffs] Changes to emacs/lisp/term/mac-win.el
Date: Fri, 03 Sep 2004 09:06:55 -0400

Index: emacs/lisp/term/mac-win.el
diff -c emacs/lisp/term/mac-win.el:1.24 emacs/lisp/term/mac-win.el:1.25
*** emacs/lisp/term/mac-win.el:1.24     Thu Jul  8 15:24:54 2004
--- emacs/lisp/term/mac-win.el  Thu Sep  2 16:59:18 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]