diff options
author | Glenn Morris <rgm@gnu.org> | 2019-03-20 13:47:07 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2019-03-20 13:47:07 -0700 |
commit | 1fc6afbdf1ce0f8b23780bd4d2630ed49f365013 (patch) | |
tree | 515068805cee7b3c5c7fff7e924c2594b2572764 /lisp/shell.el | |
parent | 99b3d64e54bb896e7b35567ac7022f9d3fb16bbb (diff) | |
parent | 24b6e6edcfe034f76de475657cb3997821cfd1f0 (diff) | |
download | emacs-1fc6afbdf1ce0f8b23780bd4d2630ed49f365013.tar.gz |
Merge from origin/emacs-26
24b6e6e (origin/emacs-26) * etc/AUTHORS: Update.
2f22a17 * ; ChangeLog.3 update
0f523de Improve indexing of the user manual
bd5795e Fix url-copy-file arglist
eaa188a ; * admin/notes/bugtracker: Minor additions and updates.
5ed05fb Fix downloading updates for packages with non-ASCII descriptions
e9f2d1f * etc/NEWS: Remove temporary markers.
24fc133 * doc/misc/cc-mode.texi (Config Basics): in @itemize, @asis -...
0f325d1 Don't clobber 'comint-input-autoexpand' in 'read-shell-command'
bc75589 Document restrictions when setting window margins, fringes or...
cc4cebf More improvements for 'read-buffer's doc string
d026d9a * lisp/progmodes/cc-defs.el: Update c-version to 5.33.2 for E...
5dbf08b * src/minibuf.c (Fread_buffer): Minor doc fixes. (Bug#34749)
# Conflicts:
# etc/NEWS
# lisp/url/url-handlers.el
Diffstat (limited to 'lisp/shell.el')
-rw-r--r-- | lisp/shell.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/shell.el b/lisp/shell.el index 8a2d4489b8a..264981bd435 100644 --- a/lisp/shell.el +++ b/lisp/shell.el @@ -488,7 +488,7 @@ Shell buffers. It implements `shell-completion-execonly' for ;; Don't use pcomplete's defaulting mechanism, rely on ;; shell-dynamic-complete-functions instead. (set (make-local-variable 'pcomplete-default-completion-function) #'ignore) - (setq comint-input-autoexpand shell-input-autoexpand) + (setq-local comint-input-autoexpand shell-input-autoexpand) ;; Not needed in shell-mode because it's inherited from comint-mode, but ;; placed here for read-shell-command. (add-hook 'completion-at-point-functions #'comint-completion-at-point nil t)) |