summaryrefslogtreecommitdiff
path: root/lisp/fileloop.el
Commit message (Collapse)AuthorAgeFilesLines
* Merge from origin/emacs-27Glenn Morris2020-09-271-0/+3
|\ | | | | | | | | | | | | 0b78785a9b (origin/emacs-27) Minor copyedits in the Emacs user manual 0dfc6fdc1f Followup to a recent change in menu-bar.el 767713682c Enable "Continue Tags Search" menu item only when it can b... 4bb7532163 Fix soap-client URL
| * Followup to a recent change in menu-bar.elEli Zaretskii2020-09-261-0/+3
| | | | | | | | | | * lisp/fileloop.el (fileloop--operate-function): Mention in a comment that menu-bar.el relies on the default value.
* | ; Fix license statements.Stefan Kangas2020-08-271-3/+5
| |
* | Merge from origin/emacs-27Glenn Morris2020-05-061-10/+23
|\ \ | |/ | | | | | | | | | | | | 4b419083f9 Honor search-upper-case 310112fdc7 Fix eww-follow-link on URLs with #target # Conflicts: # lisp/fileloop.el
| * Honor search-upper-caseDmitry Gutov2020-05-041-10/+23
| | | | | | | | | | | | | | * lisp/fileloop.el (fileloop--case-fold): Extract from existing code. Honor search-upper-case (bug#40940). (fileloop-initialize-replace, fileloop-initialize-search): Use it. Update the docstring.
* | Don't lose point during fileloop replace (Bug#38867)Noam Postavsky2020-03-311-12/+16
|/ | | | | | | | Suggested by Eric Michael Timmons <etimmons@mit.edu>. * lisp/fileloop.el (fileloop-initialize-replace): Save the match-beginning position in a variable instead of the buffer's point. The point may be changed by the time perform-replace is called, e.g., due to switch-to-buffer-preserve-window-point.
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
| | | | Run "TZ=UTC0 admin/update-copyright $(git ls-files)".
* Rename multifile.el to fileloop.elDmitry Gutov2019-02-071-0/+217
* lisp/multifile.el: Rename to fileloop.el as discussed in https://lists.gnu.org/archive/html/emacs-devel/2018-12/msg00475.html. Update symbol prefixes and all callers