comparison lisp/ChangeLog @ 106378:f7a46a812653

* progmodes/pascal.el: Require CL when compiling (for lexical-let).
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 03 Dec 2009 01:43:23 +0000
parents 10ceddf3698e
children d1ddac1568a0
comparison
equal deleted inserted replaced
106377:10ceddf3698e 106378:f7a46a812653
1 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
2
3 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
4
1 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca> 5 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2 6
3 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the 7 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
4 buffers visited. Remove redundant current-buffer-saving. 8 buffers visited. Remove redundant current-buffer-saving.
5 9
78 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca> 82 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
79 83
80 * comint.el (comint-insert-input): Ignore clicks to the right of 84 * comint.el (comint-insert-input): Ignore clicks to the right of
81 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>. 85 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
82 86
83 * vc.el (vc-print-log-internal): Don't wait for the prcess to 87 * vc.el (vc-print-log-internal): Don't wait for the process to
84 terminate before setting up the major mode. 88 terminate before setting up the major mode.
85 89
86 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just 90 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
87 in case. 91 in case.
88 92