comparison lisp/ChangeLog @ 41260:7b8e69a19748

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 19 Nov 2001 06:38:08 +0000
parents 52a7263af449
children 8156b5a21c30
comparison
equal deleted inserted replaced
41259:52a7263af449 41260:7b8e69a19748
1 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
2
3 * newcomment.el (comment-indent):
4 Fix misindentation for comment-only lines.
5 (comment-indent-new-line): Only obey comment-multi-line if the
6 comment-ender is not the end-of-line.
7
1 2001-11-19 Richard M. Stallman <rms@gnu.org> 8 2001-11-19 Richard M. Stallman <rms@gnu.org>
2 9
3 * net/net-utils.el (network-connection-service-abbrev-alist): 10 * net/net-utils.el (network-connection-service-abbrev-alist):
4 New variable. 11 New variable.
5 12
6 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): 13 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
7 Advance to start of 3rd sexp by moving fwd and backing over it. 14 Advance to start of 3rd sexp by moving fwd and backing over it.
8 At first three elements, act like defun. 15 At first three elements, act like defun.
9 16
10 * delsel.el (delete-selection-pre-hook): Handle and resignal 17 * delsel.el (delete-selection-pre-hook): Handle and resignal
11 file-supersession errors to interact properly with userlock.el. 18 file-supersession errors to interact properly with userlock.el.
12 19
13 2001-11-18 Richard M. Stallman <rms@gnu.org> 20 2001-11-18 Richard M. Stallman <rms@gnu.org>
14 21
15 * progmodes/fortran.el (fortran-mode-syntax-table): Specify 22 * progmodes/fortran.el (fortran-mode-syntax-table):
16 punctuation syntax for backslash. 23 Specify punctuation syntax for backslash.
17 24
18 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted. 25 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
19 All calls deleted. 26 All calls deleted.
20 27
21 * international/mule-util.el (string-to-sequence): Make it obsolete. 28 * international/mule-util.el (string-to-sequence): Make it obsolete.