]> code.delx.au - gnu-emacs/commitdiff
Fix copy/paste error.
authorGerd Moellmann <gerd@gnu.org>
Tue, 19 Dec 2000 14:42:05 +0000 (14:42 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 19 Dec 2000 14:42:05 +0000 (14:42 +0000)
lisp/ChangeLog
lisp/pcmpl-linux.el
src/ChangeLog

index d85fa212bb7275d4c718bfa4340a75129463c16c..654926e7e9dc368d4c7a7317f397ca49f484a7d3 100644 (file)
@@ -1,3 +1,7 @@
+2000-12-19  Gerd Moellmann  <gerd@gnu.org>
+
+       * pcmpl-linux.el: Fix copy/paste error.
+
 2000-12-19  Andrew Innes  <andrewi@gnu.org>
 
        * simple.el (delete-key-deletes-forward-mode): Fix typo in
@@ -13,7 +17,7 @@
 
        * progmodes/idlwave.el: Fixed copyright notice.
 
-       * textmodes/reftex-dcr.el (reftex-view-crossref): added SPACE and
+       * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
        TAB as key separators.
 
 2000-12-19  Alex Schroeder  <alex@gnu.org>
index 26e5373f66f41e6fb92bdfa21b31bc5aebc3b016..47698389497eb4045ffadb99ae3656117aab392a 100644 (file)
@@ -1,4 +1,4 @@
-;;; pcmpl-linux --- functions for dealing with cvs completions
+;;; pcmpl-linux --- functions for dealing with GNU/Linux completions
 
 ;; Copyright (C) 1999, 2000 Free Software Foundation
 
index 8a3ae831ea30fe7e6b3726bad1ba8f067a29c0bb..611c5200618e0332a693c018647fd0afddf76d2d 100644 (file)
@@ -1,5 +1,8 @@
 2000-12-19  Gerd Moellmann  <gerd@gnu.org>
 
+       * window.c (window_scroll_pixel_based): Don't use
+       move_it_vertically.
+
        * dispnew.c (direct_output_for_insert): Fix check for mini-window
        currently displaying a message.