mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-05 22:20:24 -08:00
; Whitespace fixes to silence git hooks
This commit is contained in:
parent
5815bd5227
commit
8c16583491
6 changed files with 6 additions and 9 deletions
|
|
@ -311,4 +311,3 @@ gen-clean:
|
||||||
rm -f ${CHARSETS} ${SED_SCRIPT} ${TRANS_TABLE} ${srcdir}/charsets.stamp
|
rm -f ${CHARSETS} ${SED_SCRIPT} ${TRANS_TABLE} ${srcdir}/charsets.stamp
|
||||||
|
|
||||||
maintainer-clean: gen-clean distclean
|
maintainer-clean: gen-clean distclean
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -50,4 +50,3 @@
|
||||||
# The "kbd" macro turns KBD into @kbd{KBD}. Additionally, it
|
# The "kbd" macro turns KBD into @kbd{KBD}. Additionally, it
|
||||||
# encloses case-sensitive special keys (SPC, RET...) within @key{...}.
|
# encloses case-sensitive special keys (SPC, RET...) within @key{...}.
|
||||||
#+macro: kbd (eval (org-texinfo-kbd-macro $1))
|
#+macro: kbd (eval (org-texinfo-kbd-macro $1))
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -777,4 +777,3 @@ bug-reference-bug-regexp: "\\(\\(github\\|bug\\)#\\([0-9]+\\)\\)"
|
||||||
bug-reference-url-format: eglot--debbugs-or-github-bug-uri
|
bug-reference-url-format: eglot--debbugs-or-github-bug-uri
|
||||||
paragraph-separate: "[ ]"
|
paragraph-separate: "[ ]"
|
||||||
End:
|
End:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1939,7 +1939,7 @@ casts and declarations are fontified. Used on level 2 and higher."
|
||||||
(cons (match-end 1) (match-beginning 2)))
|
(cons (match-end 1) (match-beginning 2)))
|
||||||
string-delims (cons open-delim (c-get-ml-closer open-delim)))
|
string-delims (cons open-delim (c-get-ml-closer open-delim)))
|
||||||
(goto-char (caar string-delims))))
|
(goto-char (caar string-delims))))
|
||||||
|
|
||||||
;; Point is in the body of an ml string.
|
;; Point is in the body of an ml string.
|
||||||
((and string-delims
|
((and string-delims
|
||||||
(>= (point) (cadar string-delims))
|
(>= (point) (cadar string-delims))
|
||||||
|
|
|
||||||
|
|
@ -2051,17 +2051,17 @@ set_point_both (ptrdiff_t charpos, ptrdiff_t bytepos)
|
||||||
|
|
||||||
if (! EQ (leave_before, enter_before) && !NILP (leave_before))
|
if (! EQ (leave_before, enter_before) && !NILP (leave_before))
|
||||||
calln (leave_before, make_fixnum (old_position),
|
calln (leave_before, make_fixnum (old_position),
|
||||||
make_fixnum (charpos));
|
make_fixnum (charpos));
|
||||||
if (! EQ (leave_after, enter_after) && !NILP (leave_after))
|
if (! EQ (leave_after, enter_after) && !NILP (leave_after))
|
||||||
calln (leave_after, make_fixnum (old_position),
|
calln (leave_after, make_fixnum (old_position),
|
||||||
make_fixnum (charpos));
|
make_fixnum (charpos));
|
||||||
|
|
||||||
if (! EQ (enter_before, leave_before) && !NILP (enter_before))
|
if (! EQ (enter_before, leave_before) && !NILP (enter_before))
|
||||||
calln (enter_before, make_fixnum (old_position),
|
calln (enter_before, make_fixnum (old_position),
|
||||||
make_fixnum (charpos));
|
make_fixnum (charpos));
|
||||||
if (! EQ (enter_after, leave_after) && !NILP (enter_after))
|
if (! EQ (enter_after, leave_after) && !NILP (enter_after))
|
||||||
calln (enter_after, make_fixnum (old_position),
|
calln (enter_after, make_fixnum (old_position),
|
||||||
make_fixnum (charpos));
|
make_fixnum (charpos));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3678,7 +3678,7 @@ tty_menu_help_callback (char const *help_string, int pane, int item)
|
||||||
/* (menu-item MENU-NAME PANE-NUMBER) */
|
/* (menu-item MENU-NAME PANE-NUMBER) */
|
||||||
menu_object = list3 (Qmenu_item, pane_name, make_fixnum (pane));
|
menu_object = list3 (Qmenu_item, pane_name, make_fixnum (pane));
|
||||||
show_help_echo (help_string ? build_string (help_string) : Qnil,
|
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
|
struct tty_pop_down_menu
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue