mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 18:41:25 -08:00
Merge from origin/emacs-29
525d05c1b8Merge branch 'emacs-29' of git.savannah.gnu.org:/srv/git/...29ef215711; * lisp/textmodes/paragraphs.el: Remove leftover comment.80c9f491fcUpdate to Org 9.6.7-5-gd1d0c3735f3700f6; * src/character.c (Fstring_width): Fix last change.bf83fdba9e; * src/character.c (Fstring_width, Fchar_width): Doc fixes.1198cdb556Merge branch 'emacs-29' of git.sv.gnu.org:/srv/git/emacs ...2b8796eea1Fix rx wrong-code bug: ranges starting with ^ba60070b81Backport: Fix some tree-sitter :match regexps092a2ecb08; * admin/make-tarball.txt: Update based on latest experi...7b9e83d3cfFix bug#649230002d4f316Avoid spurious whitespace in the modeline of emacsclient ...96d52f8944Fix function help for advised aliases (bug#64797)71419a60c3Avoid crashes due to invalid 'mode-line-format'b2cb6e8216; Better documentation of HOME on MS-Windows54e98b5f9b; Clarify documentation of 'server-after-make-frame-hook'd13029cdcdAvoid crashes under 'which-key-mode'cb1f7db249; Minor documentation fixes4a687bcc20Bump Emacs version
This commit is contained in:
commit
30bcd71476
14 changed files with 94 additions and 65 deletions
|
|
@ -201,7 +201,6 @@ This is desirable in modes where blank lines are the paragraph delimiters."
|
|||
:type 'boolean
|
||||
:safe #'booleanp)
|
||||
|
||||
;; Silence the compiler.
|
||||
(defun forward-paragraph (&optional arg)
|
||||
"Move forward to end of paragraph.
|
||||
With argument ARG, do it ARG times;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue