emacs-commit
[Top][All Lists]
Advanced

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

[Emacs-commit] emacs/lisp/mh-e mh-letter.el


From: Bill Wohler
Subject: [Emacs-commit] emacs/lisp/mh-e mh-letter.el
Date: Tue, 31 Jan 2006 20:19:50 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         
Changes by:     Bill Wohler <address@hidden>    06/01/31 20:19:50

Modified files:
        lisp/mh-e      : mh-letter.el 

Log message:
        (mh-complete-word): Fix bug in call to mh-display-completion-list.
        Wrong argument was passed, so completions wouldn't show highlighted
        prefix.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/emacs/lisp/mh-e/mh-letter.el.diff?tr1=1.4&tr2=1.5&r1=text&r2=text

Patches:
Index: emacs/lisp/mh-e/mh-letter.el
diff -u emacs/lisp/mh-e/mh-letter.el:1.4 emacs/lisp/mh-e/mh-letter.el:1.5
--- emacs/lisp/mh-e/mh-letter.el:1.4    Mon Jan 30 01:32:17 2006
+++ emacs/lisp/mh-e/mh-letter.el        Tue Jan 31 20:19:50 2006
@@ -894,7 +894,7 @@
            (if (equal word completion)
                (with-output-to-temp-buffer completions-buffer
                  (mh-display-completion-list (all-completions word choices)
-                                             choices))
+                                             word))
              (ignore-errors
                (kill-buffer completions-buffer))
              (delete-region begin end)




reply via email to

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