mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-05 22:20:24 -08:00
Merge from origin/emacs-29
53481cc954Fix description of when "\xNNN" is considered a unibyte c...1ef8b90ae0Simplify imenu setup for {cmake,dockerfile}-ts-modes7338af9c98; * etc/PROBLEMS: Document that GnuPG 2.4.4 solves the Ea...5483a1df99Improve documentation of profiler commandsfb4cf0ab46; Fix xref under Output Overrides in Elisp manual.aa6c24da61Fix broken links to Freedesktop notifications spec14d68221d2Fix nasty cut'n'waste error in Tramp51ca049608Fix image-dired-tags-db-file void variable errorc450eec07ftypescript-ts-mode: Skip test if tsx grammar missing9841ced147; Fix typos557ed9c046* admin/README: Document the run-codespell script.5701f96335* admin/README: Fix entry on coccinelle subdirectory.1805f4bfd6Add script admin/run-codespell and supporting files
This commit is contained in:
commit
6176924238
18 changed files with 1774 additions and 98 deletions
|
|
@ -51,6 +51,7 @@ Return the value of last form in BODY."
|
|||
"Check if `image-dired-tags-db-file' exists.
|
||||
If not, try to create it (including any parent directories).
|
||||
Signal error if there are problems creating it."
|
||||
(require 'image-dired) ; for `image-dired-dir'
|
||||
(or (file-exists-p image-dired-tags-db-file)
|
||||
(let (dir buf)
|
||||
(unless (file-directory-p (setq dir (file-name-directory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue