emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/simple.el


From: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el
Date: Tue, 15 Mar 2005 02:45:22 -0500

Index: emacs/lisp/simple.el
diff -c emacs/lisp/simple.el:1.697 emacs/lisp/simple.el:1.698
*** emacs/lisp/simple.el:1.697  Sun Mar 13 23:20:49 2005
--- emacs/lisp/simple.el        Tue Mar 15 07:45:21 2005
***************
*** 5069,5074 ****
--- 5069,5075 ----
  (defcustom normal-erase-is-backspace
    (and (not noninteractive)
         (or (memq system-type '(ms-dos windows-nt))
+          (eq window-system 'mac)
           (and (memq window-system '(x))
                (fboundp 'x-backspace-delete-keys-p)
                (x-backspace-delete-keys-p))




reply via email to

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