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: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/lisp/mail/mailabbrev.el,v
Date: Wed, 08 Aug 2007 11:52:06 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Andreas Schwab <schwab> 07/08/08 11:52:06

Index: mailabbrev.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/mail/mailabbrev.el,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -b -r1.84 -r1.85
--- mailabbrev.el       26 Jul 2007 05:27:12 -0000      1.84
+++ mailabbrev.el       8 Aug 2007 11:52:06 -0000       1.85
@@ -495,7 +495,7 @@
 
             (or (and (integerp last-command-char)
                      ;; Some commands such as M-> may want to expand first.
-                     (equal this-command 'self-insert)
+                     (equal this-command 'self-insert-command)
                      (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]