aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPaul Eggert2017-09-10 22:28:08 -0700
committerPaul Eggert2017-09-10 22:31:23 -0700
commit2aa028825920207cca2bacb581111ab780e5d9ee (patch)
tree14ab0e85762bd65a06258a20789d61efd501c943 /etc
parent74b8615fcceba7b92c4938e1bcc92015f10ae899 (diff)
downloademacs-2aa028825920207cca2bacb581111ab780e5d9ee.tar.gz
emacs-2aa028825920207cca2bacb581111ab780e5d9ee.zip
Adjust thumbs to new rename-file behavior
* etc/NEWS: Mention this. * lisp/thumbs.el (thumbs-rename-images): Treat the destination as special only if it is a directory name. When there is a marked list, turn the destination into a directory name if it is not already.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index fc40a3a55e5..3f1df23ec30 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1287,7 +1287,7 @@ can be written as (rename-file C (file-name-as-directory D)), a
1287formulation portable to both older and newer versions of Emacs. 1287formulation portable to both older and newer versions of Emacs.
1288Affected functions include add-name-to-file, copy-directory, 1288Affected functions include add-name-to-file, copy-directory,
1289copy-file, format-write-file, gnus-copy-file, make-symbolic-link, 1289copy-file, format-write-file, gnus-copy-file, make-symbolic-link,
1290rename-file, and write-file. 1290rename-file, thumbs-rename-images, and write-file.
1291 1291
1292 1292
1293* Lisp Changes in Emacs 26.1 1293* Lisp Changes in Emacs 26.1