mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Merge from origin/emacs-25
9c2a1a2* doc/misc/texinfo.tex: Sync from gnulib.66cd4d8* lisp/emacs-lisp/find-func.el (find-feature-regexp) (find-al...1a5a05cDo not mistake colon at the end of regexp for slash symbol4c5a00bMake package-install-from-buffer not move point9596ea1; Revert "* emacs-lisp/lisp-mnt.el (lm-header): save-excursion"f79c352Redo the fix for bug#218398d2f78cDon't treat JS spread as contination method call
This commit is contained in:
commit
1adfb5ee55
10 changed files with 66 additions and 41 deletions
|
|
@ -1993,7 +1993,8 @@ Downloads and installs required packages as needed."
|
|||
((derived-mode-p 'tar-mode)
|
||||
(package-tar-file-info))
|
||||
(t
|
||||
(package-buffer-info))))
|
||||
(save-excursion
|
||||
(package-buffer-info)))))
|
||||
(name (package-desc-name pkg-desc)))
|
||||
;; Download and install the dependencies.
|
||||
(let* ((requires (package-desc-reqs pkg-desc))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue