> > + ;; Do let Ctl and Meta chars expand if they try. > > + (not (event-modifiers last-command-char)) > > + (equal this-command 'self-insert) > > Why check (not (event-modifiers last-command-char)), then? > >Maybe it isn't necessary given the other condition.
It works in both cases even if I delete the first condition, leaving only the second one. _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
