mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Merge from origin/emacs-26
a89f0b6f33maint: shorten https://lists.gnu.org/archive/html/... links8be3aee281Merge from Gnulib265cee553fWork around GCC bug 80776 on Fedora 27 x86dc7a97fb84Tweak copy-file, rename-file doccfa2a944d4Change font-lock-extend-region-multiline handling in mhtml...a8664cc998Minor cleanup in tramp-gvfs-handle-file-local-copy55c5b12fa0Add test for Bug#29423 in Tramp.3198a1646eAvoid jumbled order in HTML rendered by shr.el23bfc2d2dbMake sure 'dired-filename' property is always put by ls-lispf7fdaea4c0A better solution for bug#2934786e6ed8521; * src/thread.c (acquire_global_lock): Fix thinko in last...f300852037Avoid a hang after C-g while sit-for on a Unix TTYd7fc719ff1Improve the doc string of 'list-packages'b4f67ebb92Improve discoverability of 'defvar' for suppressing warnings8a2b204e64Improve discoverability of 'read-buffer-completion-ignore-...eea4e9194cImprove documentation of self-insert-uses-region-functionse6e41dac87Reflect changes in copy-file and rename-file in doc strings0ec534070f* lisp/progmodes/cc-vars.el (c-offsets-alist): Doc fix. (...1d0dbdff6cReorder type predicates in ELisp manualb081ec9dd7Fix backward scrolling in buffers with header-line8e40429c96; Fix some doc typosed2c542920* lisp/bindings.el (buffer-file-coding-system): Add explic...d82474e452* src/fns.c (syms_of_fns) <overriding-plist-environment>: ...292c09ff6dFix incorrect interaction of drag/drop and double click (b...d6fadb1d26* lisp/menu-bar.el (menu-bar-options-save): Add display-li...daa959efbc* lisp/menu-bar.el (menu-bar-options-save): Add global-dis...17fc74d1b9* lisp/follow.el (follow-mode): Restore mode line lighter....f20c2e2f3d; Compare process status against 127 exactly2d203ffb7eExtract the common part of ruby-flymake-simple and ruby-fl...09944d499aAdd Rubocop Flymake backendc65a0ae7c4; Fix a typo7ab7603125Update nt/INSTALL.W64 (Bug#28601)11db253c08Remove incorrect NEWS item about VC state indicator (Bug#2...2fdc01c036* lisp/emacs-lisp/byte-run.el (defsubst): Doc fix.735c8b516eMake c-defun-name analyze more thoroughly a function type ...92f0c4cd56Avoid bogus abbreviated file names if HOME changes8d450453fa* lisp/emacs-lisp/byte-run.el (inline): Give it a doc.37a3b4ea40Fix erc keep-place module with new defaults (Bug#29111)6c312605bfAdd window divider faces to NS (bug#29353) # Conflicts: # etc/NEWS # lisp/ruler-mode.el
This commit is contained in:
commit
d20161b25e
169 changed files with 1328 additions and 975 deletions
|
|
@ -768,7 +768,7 @@ can also be executed interactively independently of
|
|||
;; trying if the directory is read-only (bug#8954).
|
||||
(file-writable-p (file-name-directory buffer-file-name))
|
||||
(flymake-proc--get-init-function buffer-file-name))))
|
||||
(unless init-f (error "Can find a suitable init function"))
|
||||
(unless init-f (error "Can't find a suitable init function"))
|
||||
(flymake-proc--clear-buildfile-cache)
|
||||
(flymake-proc--clear-project-include-dirs-cache)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue