comparison lisp/ChangeLog @ 71184:bca9b5c80fd3

Fix date of last entry.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 03 Jun 2006 08:39:30 +0000
parents 1b96892b5925
children 7b03434bdd7a
comparison
equal deleted inserted replaced
71183:1b96892b5925 71184:bca9b5c80fd3
1 2006-05-20 Vivek Dasmohapatra <vivek@etla.org> 1 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
2 2
3 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted 3 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
4 exec constructs like `foo bar`. 4 exec constructs like `foo bar`.
5 (sh-quoted-subshell): New helper function to search for a possibly 5 (sh-quoted-subshell): New helper function to search for a possibly
6 nested subshell (like `` or $()) within a "" quoted string. 6 nested subshell (like `` or $()) within a "" quoted string.