; Whitespace fixes to silence git hooks

This commit is contained in:
Stefan Kangas 2025-02-26 18:11:22 +01:00
parent 5815bd5227
commit 8c16583491
6 changed files with 6 additions and 9 deletions

View file

@ -311,4 +311,3 @@ gen-clean:
rm -f ${CHARSETS} ${SED_SCRIPT} ${TRANS_TABLE} ${srcdir}/charsets.stamp
maintainer-clean: gen-clean distclean

View file

@ -50,4 +50,3 @@
# The "kbd" macro turns KBD into @kbd{KBD}. Additionally, it
# encloses case-sensitive special keys (SPC, RET...) within @key{...}.
#+macro: kbd (eval (org-texinfo-kbd-macro $1))

View file

@ -777,4 +777,3 @@ bug-reference-bug-regexp: "\\(\\(github\\|bug\\)#\\([0-9]+\\)\\)"
bug-reference-url-format: eglot--debbugs-or-github-bug-uri
paragraph-separate: "[ ]"
End:

View file

@ -1939,7 +1939,7 @@ casts and declarations are fontified. Used on level 2 and higher."
(cons (match-end 1) (match-beginning 2)))
string-delims (cons open-delim (c-get-ml-closer open-delim)))
(goto-char (caar string-delims))))
;; Point is in the body of an ml string.
((and string-delims
(>= (point) (cadar string-delims))

View file

@ -2051,17 +2051,17 @@ set_point_both (ptrdiff_t charpos, ptrdiff_t bytepos)
if (! EQ (leave_before, enter_before) && !NILP (leave_before))
calln (leave_before, make_fixnum (old_position),
make_fixnum (charpos));
make_fixnum (charpos));
if (! EQ (leave_after, enter_after) && !NILP (leave_after))
calln (leave_after, make_fixnum (old_position),
make_fixnum (charpos));
make_fixnum (charpos));
if (! EQ (enter_before, leave_before) && !NILP (enter_before))
calln (enter_before, make_fixnum (old_position),
make_fixnum (charpos));
make_fixnum (charpos));
if (! EQ (enter_after, leave_after) && !NILP (enter_after))
calln (enter_after, make_fixnum (old_position),
make_fixnum (charpos));
make_fixnum (charpos));
}
}

View file

@ -3678,7 +3678,7 @@ tty_menu_help_callback (char const *help_string, int pane, int item)
/* (menu-item MENU-NAME PANE-NUMBER) */
menu_object = list3 (Qmenu_item, pane_name, make_fixnum (pane));
show_help_echo (help_string ? build_string (help_string) : Qnil,
Qnil, menu_object, make_fixnum (item));
Qnil, menu_object, make_fixnum (item));
}
struct tty_pop_down_menu