]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 24 Mar 2005 22:07:08 +0000 (22:07 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 24 Mar 2005 22:07:08 +0000 (22:07 +0000)
lisp/ChangeLog
src/ChangeLog

index 90a9098cb06c452690c314a3c087e20a446a1ecb..c87a9df10c745f3eaca5543019bc12b90b8f8442 100644 (file)
@@ -1,3 +1,7 @@
+2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * comint.el (comint-insert-input): Obey mouse-yank-at-point.
+
 2005-03-24  Juri Linkov  <juri@jurta.org>
 
        * dired.el (dired-mode-map): Add menu item "Compare directories"
@@ -6,7 +10,7 @@
        * dired-aux.el (dired-compare-directories): Add autoload cookie.
        Doc fix.  Replace `read-file-name' with `read-directory-name'.
 
-2005-03-24  Stefan  <monnier@iro.umontreal.ca>
+2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
 
index 22f2056a51ee70fad6aa6ec71847bf1f96770842..a226bc3d2ea6602104fea7de1f3b083ba77b1c14 100644 (file)
@@ -1,5 +1,7 @@
 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+       * dired.c (Ffile_attributes): Add a missing gcpro.
+
        * alloc.c (make_number): The arg can be bigger than `int'.
        * lisp.h (make_number): Make prototype more precise.