From: Eli Zaretskii Date: Fri, 6 Apr 2001 19:09:44 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.103~278 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8e6bb0d03093e2b026fd82dd2d24fb5070b7c588;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4a3c3204d7c..042fb429242 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,12 @@ 2001-04-06 Eli Zaretskii + * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if + long file names aren't supported, truncate the file names in + quail-misc-package-ext-info to 8+3 before matching them against + FILENAME. + + * dos-fns.el (dos-truncate-to-8+3): New function. + * progmodes/compile.el (grep-compute-defaults): Use null-device instead of literal /dev/null. Reported by Jens Schmidt .