emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/userlock.el
Date: Fri, 04 Apr 2003 01:23:16 -0500

Index: emacs/lisp/userlock.el
diff -c emacs/lisp/userlock.el:1.12 emacs/lisp/userlock.el:1.13
*** emacs/lisp/userlock.el:1.12 Mon Nov  1 09:53:59 1999
--- emacs/lisp/userlock.el      Fri Sep 27 15:08:41 2002
***************
*** 115,121 ****
        (message "%s changed on disk; really edit the buffer? (y, n, r or C-h) "
                 (file-name-nondirectory fn))
        (let ((tem (downcase (let ((cursor-in-echo-area t))
!                              (read-char)))))
          (setq answer
                (if (= tem help-char)
                    'help
--- 115,121 ----
        (message "%s changed on disk; really edit the buffer? (y, n, r or C-h) "
                 (file-name-nondirectory fn))
        (let ((tem (downcase (let ((cursor-in-echo-area t))
!                              (read-char-exclusive)))))
          (setq answer
                (if (= tem help-char)
                    'help




reply via email to

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