diff options
| author | Paul Eggert | 2017-09-10 22:28:08 -0700 |
|---|---|---|
| committer | Paul Eggert | 2017-09-10 22:31:23 -0700 |
| commit | 2aa028825920207cca2bacb581111ab780e5d9ee (patch) | |
| tree | 14ab0e85762bd65a06258a20789d61efd501c943 /etc | |
| parent | 74b8615fcceba7b92c4938e1bcc92015f10ae899 (diff) | |
| download | emacs-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/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1287,7 +1287,7 @@ can be written as (rename-file C (file-name-as-directory D)), a | |||
| 1287 | formulation portable to both older and newer versions of Emacs. | 1287 | formulation portable to both older and newer versions of Emacs. |
| 1288 | Affected functions include add-name-to-file, copy-directory, | 1288 | Affected functions include add-name-to-file, copy-directory, |
| 1289 | copy-file, format-write-file, gnus-copy-file, make-symbolic-link, | 1289 | copy-file, format-write-file, gnus-copy-file, make-symbolic-link, |
| 1290 | rename-file, and write-file. | 1290 | rename-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 |