emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/tmm.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/tmm.el
Date: Sat, 21 May 2005 00:51:00 -0400

Index: emacs/lisp/tmm.el
diff -c emacs/lisp/tmm.el:1.40 emacs/lisp/tmm.el:1.41
*** emacs/lisp/tmm.el:1.40      Fri May 13 23:23:42 2005
--- emacs/lisp/tmm.el   Sat May 21 04:50:59 2005
***************
*** 362,368 ****
      (if (memq c tmm-short-cuts)
        (if (equal (buffer-name) "*Completions*")
            (progn
!             (beginning-of-buffer)
              (re-search-forward
               (concat "\\(^\\|[ \t]\\)" (char-to-string c) tmm-mid-prompt))
              (choose-completion))
--- 362,368 ----
      (if (memq c tmm-short-cuts)
        (if (equal (buffer-name) "*Completions*")
            (progn
!             (goto-char (point-min))
              (re-search-forward
               (concat "\\(^\\|[ \t]\\)" (char-to-string c) tmm-mid-prompt))
              (choose-completion))




reply via email to

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