]> code.delx.au - gnu-emacs/blobdiff - lisp/double.el
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-484
[gnu-emacs] / lisp / double.el
index b658f007923910d1552caf69cf0b3b86ea6f8e5a..137ea510123ed9ca764f030b69f76a01d4302c58 100644 (file)
@@ -19,8 +19,8 @@
 
 ;; You should have received a copy of the GNU General Public License
 ;; along with GNU Emacs; see the file COPYING.  If not, write to the
-;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;; Boston, MA 02111-1307, USA.
+;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+;; Boston, MA 02110-1301, USA.
 
 ;;; Commentary:
 
@@ -116,6 +116,7 @@ but not `C-u X' or `ESC X' since the X is not the prefix key."
           ;; End of generated event.  See if he will repeat it...
           (let ((new (double-read-event prompt))
                 (entry (assoc double-last-event double-map)))
+            (force-window-update (selected-window))
             (if (eq new double-last-event)
                 (progn
                   (setq unread-command-events
@@ -207,4 +208,5 @@ when pressed twice.  See variable `double-map' for details."
 
 (provide 'double)
 
+;;; arch-tag: 2e170036-44cb-4493-bc32-ada0a4395221
 ;;; double.el ends here