comparison lisp/ChangeLog @ 39486:54fe59ee8057

(comment-normalize-vars): Use " \t" rather than "\\s-" when defining comment-end-skip.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 27 Sep 2001 21:13:44 +0000
parents 6af554dbb2d3
children 3856a43ac2bb
comparison
equal deleted inserted replaced
39485:5e20b8bbcc45 39486:54fe59ee8057
1 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
2
3 * newcomment.el (comment-normalize-vars): Use " \t" rather than
4 "\\s-" when defining comment-end-skip.
5
1 2001-09-27 Gerd Moellmann <gerd@gnu.org> 6 2001-09-27 Gerd Moellmann <gerd@gnu.org>
2 7
3 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help): 8 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
4 Call get-buffer-window first second arg `visible'. 9 Call get-buffer-window first second arg `visible'.
5 10
6 * international/mule-diag.el (list-input-methods-1): Output 11 * international/mule-diag.el (list-input-methods-1):
7 something that's independent of Emacs' version. 12 Output something that's independent of Emacs' version.
8 13
9 * tar-mode.el (tar-mode-write-file): Don't signal an error by 14 * tar-mode.el (tar-mode-write-file): Don't signal an error by
10 calling byte-to-position with a nil tar-header-offset. 15 calling byte-to-position with a nil tar-header-offset.
11 16
12 2001-09-27 Simon Josefsson <jas@extundo.com> 17 2001-09-27 Simon Josefsson <jas@extundo.com>