/[emacs]/emacs/lisp/tmm.el
ViewVC logotype

Diff of /emacs/lisp/tmm.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.40 by nickrob, Fri May 13 23:23:42 2005 UTC revision 1.41 by rms, Sat May 21 04:50:59 2005 UTC
# Line 362  Stores a list of all the shortcuts in th Line 362  Stores a list of all the shortcuts in th
362      (if (memq c tmm-short-cuts)      (if (memq c tmm-short-cuts)
363          (if (equal (buffer-name) "*Completions*")          (if (equal (buffer-name) "*Completions*")
364              (progn              (progn
365                (beginning-of-buffer)                (goto-char (point-min))
366                (re-search-forward                (re-search-forward
367                 (concat "\\(^\\|[ \t]\\)" (char-to-string c) tmm-mid-prompt))                 (concat "\\(^\\|[ \t]\\)" (char-to-string c) tmm-mid-prompt))
368                (choose-completion))                (choose-completion))

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26