Mercurial > emacs
comparison lisp/ChangeLog @ 50679:d92b5086170c
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 24 Apr 2003 01:41:45 +0000 |
parents | bc4caf3dd19d |
children | 743008c05867 |
comparison
equal
deleted
inserted
replaced
50678:106688eb08d8 | 50679:d92b5086170c |
---|---|
1 2003-04-23 Richard M. Stallman <rms@gnu.org> | |
2 | |
3 * progmodes/scheme.el (scheme-mode-syntax-table): | |
4 Use prefix syntax for ', `, comma, @ and #. | |
5 | |
6 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table): | |
7 Give @ prefix syntax. | |
8 | |
1 2003-04-23 Andre Spiegel <spiegel@gnu.org> | 9 2003-04-23 Andre Spiegel <spiegel@gnu.org> |
2 | 10 |
3 * vc-cvs.el (vc-cvs-stay-local): Keep the old default. Simplify | 11 * vc-cvs.el (vc-cvs-stay-local): Keep the old default. Simplify |
4 doc string. | 12 doc string. |
5 | 13 |
250 fortran-continuation-string. | 258 fortran-continuation-string. |
251 (fortran-calculate-indent): Do not add extra whitespace to | 259 (fortran-calculate-indent): Do not add extra whitespace to |
252 strings broken over lines. | 260 strings broken over lines. |
253 (fortran-fill): Handle long strings that must be broken. | 261 (fortran-fill): Handle long strings that must be broken. |
254 | 262 |
255 2003-04-13 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net> | 263 2003-04-13 Michael Albinus <Michael.Albinus@alcatel.de> (tiny change) |
256 From Michael Albinus <Michael.Albinus@alcatel.de>. | |
257 | 264 |
258 * net/ange-ftp.el (ange-ftp-expand-symlink): If result of | 265 * net/ange-ftp.el (ange-ftp-expand-symlink): If result of |
259 expansion is a symlink, expand again. | 266 expansion is a symlink, expand again. |
260 (ange-ftp-file-symlink-p): Return target of symlink literally. | 267 (ange-ftp-file-symlink-p): Return target of symlink literally. |
261 | 268 |