Avoid unsed lexical variable load-dict
OBS-URL: https://build.opensuse.org/package/show/editors/emacs?expand=0&rev=355
This commit is contained in:
parent
69192623d6
commit
da85a1503a
@ -364,7 +364,7 @@
|
||||
+ (ispell-find-aspell-dictionaries)
|
||||
+ (let ((dicts (reverse (cons (cons "default" nil)
|
||||
+ (append ispell-local-dictionary-alist ispell-dictionary-alist))))
|
||||
+ name load-dict)
|
||||
+ name)
|
||||
+ (dolist (dict dicts)
|
||||
+ (setq name (car dict))
|
||||
+ (cond ((not (stringp name))
|
||||
@ -386,7 +386,7 @@
|
||||
+ (ispell-find-hunspell-dictionaries)
|
||||
+ (let ((dicts (reverse (cons (cons "default" nil)
|
||||
+ (append ispell-local-dictionary-alist ispell-hunspell-dictionary-alist))))
|
||||
+ name load-dict)
|
||||
+ name)
|
||||
+ (dolist (dict dicts)
|
||||
+ (setq name (car dict))
|
||||
+ (cond ((not (stringp name))
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 10 07:17:09 UTC 2023 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
- Modify patch emacs-29.1.dif
|
||||
* Avoid in ispell.el unused lexical variable `load-dict'
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 7 07:37:16 UTC 2023 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user