mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Merge from origin/emacs-29
bc56da92d8; Fix error in 'tex-recenter-output-buffer'd17c5adc05Fix regexp for recognizing PBM images9e9f61866eImprove wording in ELisp manual7427efa033Fix typo (Bug#65764)59c6624408; * lisp/ido.el (ido-completion-buffer): Fix :type (bug#6...4ec4b18c2aFix libgccjit build on Haiku80bdcf8f35(regexp-tests-backtrack-optimization): Mark it as failing8a9e653cc8; Add regression test for bug#657266fad73d7cc* src/regex-emacs.c (mutually_exclusive_p): Fix inf-loop ...1d3d419607; * lisp/files.el (save-some-buffers-functions): Doc fix ...42b14c6e5bBump seq version to 2.24ff5190a174Add note on ELPA to admin/notes/bug-triagef1e4cbe72a; * etc/PROBLEMS: Minor wording fix.fd5593c7f2* etc/PROBLEMS: Mention bug#65432 and its remedy.dd896ea1e6Ignore errors when checking for object initializers (bug#...3550f44c17; Fix typos5b246b9b81* CONTRIBUTE: Document making ChangeLogs with Magit.0bd4661941Doc fixes for obsolete functions and variables524c0c34f2; * lisp/ffap.el (ffap-rfs-regexp): Fix :type (bug#65698).f48dccc467Merge branch 'emacs-29' of git.savannah.gnu.org:/srv/git/...71a85e2266A revision to the Widget manualdbbcf4a659Fix fontification of " in edit-kbd-macro # Conflicts: # test/src/regex-emacs-tests.el
This commit is contained in:
commit
0273914921
28 changed files with 2562 additions and 1151 deletions
|
|
@ -38,7 +38,7 @@
|
|||
(defconst image-type-header-regexps
|
||||
`(("\\`/[\t\n\r ]*\\*.*XPM.\\*/" . xpm)
|
||||
("\\`P[1-6]\\(?:\
|
||||
\\(?:\\(?:#[^\r\n]*[\r\n]\\)*[[:space:]]\\)+\
|
||||
\\(?:\\(?:#[^\r\n]*[\r\n]\\)*[ \t\r\n]\\)+\
|
||||
\\(?:\\(?:#[^\r\n]*[\r\n]\\)*[0-9]\\)+\
|
||||
\\)\\{2\\}" . pbm)
|
||||
("\\`GIF8[79]a" . gif)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue