emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/mail/mailabbrev.el,v


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/mail/mailabbrev.el,v
Date: Wed, 09 May 2007 23:47:52 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     07/05/09 23:47:52

Index: mail/mailabbrev.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/mail/mailabbrev.el,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -b -r1.82 -r1.83
--- mail/mailabbrev.el  21 Jan 2007 02:59:07 -0000      1.82
+++ mail/mailabbrev.el  9 May 2007 23:47:51 -0000       1.83
@@ -494,6 +494,8 @@
             ;; the usual syntax table.
 
             (or (and (integerp last-command-char)
+                     ;; Some commands such as M-> may want to expand first.
+                     (equal this-command 'self-insert)
                      (or (eq (char-syntax last-command-char) ?_)
                          ;; Don't expand on @.
                          (memq last-command-char '(?@ ?. ?% ?! ?_ ?-))))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]