emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master updated (8c6a502 -> 64f9478)


From: Glenn Morris
Subject: [Emacs-diffs] master updated (8c6a502 -> 64f9478)
Date: Tue, 24 Jul 2018 09:44:40 -0400 (EDT)

gm pushed a change to branch master.

      from  8c6a502   Fix typo in `find-alternate-file'
      adds  7308fa0   Improve doc strings of several variables in keyboard.c
      adds  e0f33ea   Fix Bug#32226
      adds  cc4ceed   ; etc/NEWS: Remove unnecessary reference to a bug number.
      adds  671dc5a   Fix calls to buffer modification hooks from 
replace-buffer-contents
      adds  47f75b1   Fix last change in editfns.c
      adds  59e8533   Add save-match-data to abbreviate-file-name (Bug#32201)
      adds  1b4b965   Fix indent-sexp of #s(...) (Bug#31984)
      adds  5de4441   Check for special filenames in eshell (Bug#30724)
      adds  2b70b54   Prevent line-mode term from showing user passwords
      adds  1208aaa   Omit keymap from subword-mode docstring (Bug#32212)
      adds  f64c277   Let bookmark-jump override window-point (Bug#31751)
       new  64f9478   Merge from origin/emacs-26


Summary of changes:
 etc/NEWS                                |  1 -
 lisp/bookmark.el                        |  4 +--
 lisp/emacs-lisp/lisp-mode.el            | 10 +++++--
 lisp/eshell/em-dirs.el                  |  3 ++
 lisp/eshell/em-ls.el                    |  1 +
 lisp/eshell/em-unix.el                  | 10 +++++++
 lisp/eshell/esh-cmd.el                  | 51 +++++++++++++++++++--------------
 lisp/eshell/esh-ext.el                  |  1 +
 lisp/files.el                           |  2 +-
 lisp/progmodes/subword.el               |  4 +--
 lisp/shadowfile.el                      |  4 +--
 lisp/term.el                            | 19 +++++++++---
 src/editfns.c                           |  2 +-
 src/keyboard.c                          | 28 +++++++++---------
 test/lisp/emacs-lisp/lisp-mode-tests.el | 12 ++++++++
 test/lisp/shadowfile-tests.el           |  8 ++++++
 16 files changed, 110 insertions(+), 50 deletions(-)



reply via email to

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