mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 11:50:51 -08:00
Merge from origin/emacs-26
49cd561dc6* test/lisp/tramp-tests.el (tramp-test21-file-links): Spec...b719f6b20bLoosen strict parsing requirement for desktop filesc7a0c13777* lisp/xdg.el (xdg-thumb-uri): Fix doc string.dc6b3560e5Fix documentation of `make-frame' and related variables an...3d3778d82aAccept new `always' value for option `buffer-offer-save'638f64c40aImprove new NS scrolling variable namesd93301242fDocument 'replace-buffer-contents' in the manual.00e4e3e9d2Fix undecorated frame resizing issues on NS (bug#28512)820739bbb5; * doc/emacs/display.texi (Display Custom): Fix wording.f2b2201594; Spelling and URL fixes0e143b1fc5Documentation improvements for 'display-line-numbers'f656ccdb43; Fix typod64da52d57Fix last change in bat-mode.el908af46abdFix restoring in GUI sessions desktop saved in TTY sessions51cbd85454Improve syntax highlighting in bat-mode0273916618Document the 'list-FOO' conventiond24ec58540Expose viewing conditions in CAM02-UCS metrica81d5a3d3fRevert "Set frame size to actual requested size (bug#18215)"0bf066d4b2Add tests for Edebug68baca3ee1Catch more messages in ert-with-message-capture28e0c410c9; * lisp/mouse.el (secondary-selection-exist-p): Doc fix.31e1d9ef2fSupport setting region from secondary selection and vice v...047f02f00fFix new copy-directory bug with empty dirsfbd15836af* doc/lispref/strings.texi (Formatting Strings): Improve i...f16a8d5dbdFix 2 testsuite tests for MS-Windows965cffd89cRename timer-list to list-timersa5fec62b51Provide native touchpad scrolling on macOS7b3d1c6bebFix MinGW64 build broken by recent MinGW64 import librariesc83d0c5fdfFix crashes in 'move-point-visually' in minibuffer windows7f3d5f929d* src/emacs.c (usage_message): Don't mention 'find-file'.6845282200Fix a minor inaccuracy in the Emacs manual74d7bb9498Fix errors in flyspell-post-command-hook40fdbb01d0Work on Tramp's file-truename1a01423b3cFix bug with make-directory on MS-Windows root066efb8666Fix log-view-diff-common when point is after last entry3f006b56cdAdapt fileio-tests--symlink-failure to Cygwinee512e9a82Ignore buffers whose name begins with a space in save-some...9e1b5bd92cImprove tramp-interrupt-process robustness8d4223e61bMinor Tramp doc update331d0e520fFix gensym466df76f7dCleanup in files-tests.el6359fe630aRemove old cl-assert calls in 'newline'059184e645Avoid crash with C-g C-g in GC541006c536Fix format-time-string %Z bug with negative tz679e05eeb9message-citation-line-format %Z is now tz name4e8888d438Use doc-view or pdf-tools on any window-system5f28f0db73Fix bug with min and max and NaNs37b5e661d2Fix recently-introduced copy-directory bug6bbbc38b34Merge from Gnulib57249fb297Fix compatibility problem in Tramp411bec82c4Avoid GCC 7 compilation warning in eval.c34a6774daa; Partially revertc3445aed51
This commit is contained in:
commit
abcb2e62da
89 changed files with 1860 additions and 401 deletions
|
|
@ -1492,8 +1492,10 @@ This is passed to the Ispell process using the `-p' switch.")
|
|||
(assoc ispell-current-dictionary ispell-local-dictionary-alist)
|
||||
(assoc ispell-current-dictionary ispell-dictionary-alist)
|
||||
(error "No data for dictionary \"%s\" in `ispell-local-dictionary-alist' or `ispell-dictionary-alist'"
|
||||
ispell-current-dictionary))))
|
||||
(decode-coding-string (nth n slot) (ispell-get-coding-system) t)))
|
||||
ispell-current-dictionary)))
|
||||
(str (nth n slot)))
|
||||
(if (stringp str)
|
||||
(decode-coding-string str (ispell-get-coding-system) t))))
|
||||
|
||||
(defun ispell-get-casechars ()
|
||||
(ispell-get-decoded-string 1))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue