emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/completion.el [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/completion.el [emacs-unicode-2]
Date: Mon, 28 Jun 2004 04:53:00 -0400

Index: emacs/lisp/completion.el
diff -c emacs/lisp/completion.el:1.47.6.1 emacs/lisp/completion.el:1.47.6.2
*** emacs/lisp/completion.el:1.47.6.1   Fri Apr 16 12:49:48 2004
--- emacs/lisp/completion.el    Mon Jun 28 07:28:27 2004
***************
*** 1,6 ****
  ;;; completion.el --- dynamic word-completion code
  
! ;; Copyright (C) 1990, 1993, 1995, 1997 Free Software Foundation, Inc.
  
  ;; Maintainer: FSF
  ;; Keywords: abbrev convenience
--- 1,6 ----
  ;;; completion.el --- dynamic word-completion code
  
! ;; Copyright (C) 1990, 1993, 1995, 1997, 2004 Free Software Foundation, Inc.
  
  ;; Maintainer: FSF
  ;; Keywords: abbrev convenience
***************
*** 2251,2257 ****
  /(If you want to kill and then yank immediately, use \\[copy-region-as-kill].)
  
  This is the primitive for programs to kill text (as opposed to deleting it).
! Supply two arguments, character numbers indicating the stretch of text
   to be killed.
  Any command that calls this function is a \"kill command\".
  If the previous command was also a kill command,
--- 2251,2257 ----
  /(If you want to kill and then yank immediately, use \\[copy-region-as-kill].)
  
  This is the primitive for programs to kill text (as opposed to deleting it).
! Supply two arguments, character positions indicating the stretch of text
   to be killed.
  Any command that calls this function is a \"kill command\".
  If the previous command was also a kill command,




reply via email to

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