# 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))
-
(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))
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));
}
}
\f
/* (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