Merge from origin/emacs-29
f2b2c752a5
Fix documentation of saveplace facilities for Dired4ed9d61c89
; * lisp/tab-bar.el: Autoload cl--set-substring, as that ...30976ecd8d
; * lisp/bindings.el (mode-line-modes): Fix typo (bug#650...8574ef314c
Fix loaddef generation with ";;;foo-autoload" cookies in ...8cbd4a02a2
Delete comment saying that project.el is experimental
This commit is contained in:
commit
479c0543b6
6 changed files with 22 additions and 12 deletions
|
@ -431,7 +431,8 @@ don't include."
|
|||
;; have an autoload cookie on the first column of a
|
||||
;; doc string or the like. (The Emacs tree
|
||||
;; shouldn't contain any such instances.)
|
||||
(not (ppss-string-terminator (syntax-ppss))))
|
||||
(not (ppss-string-terminator
|
||||
(save-match-data (syntax-ppss)))))
|
||||
;; ... and if we have one of these names, then alter outfile.
|
||||
(let* ((aname (match-string 2))
|
||||
(to-file (if aname
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue