emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el
Date: Thu, 06 Jan 2005 17:32:08 -0500

Index: emacs/lisp/simple.el
diff -c emacs/lisp/simple.el:1.678 emacs/lisp/simple.el:1.679
*** emacs/lisp/simple.el:1.678  Fri Dec 31 15:13:00 2004
--- emacs/lisp/simple.el        Thu Jan  6 22:00:36 2005
***************
*** 3590,3596 ****
  The place mark goes is the same place \\[forward-word] would
  move to with the same argument.
  Interactively, if this command is repeated
! or (in Transient Mark mode) if the mark is active, 
  it marks the next ARG words after the ones already marked."
    (interactive "P\np")
    (cond ((and allow-extend
--- 3590,3596 ----
  The place mark goes is the same place \\[forward-word] would
  move to with the same argument.
  Interactively, if this command is repeated
! or (in Transient Mark mode) if the mark is active,
  it marks the next ARG words after the ones already marked."
    (interactive "P\np")
    (cond ((and allow-extend
***************
*** 4328,4333 ****
--- 4328,4334 ----
  (or completion-list-mode-map
      (let ((map (make-sparse-keymap)))
        (define-key map [mouse-2] 'mouse-choose-completion)
+       (define-key map [follow-link] 'mouse-face)
        (define-key map [down-mouse-2] nil)
        (define-key map "\C-m" 'choose-completion)
        (define-key map "\e\e\e" 'delete-completion-window)




reply via email to

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