# HG changeset patch # User Gerd Moellmann # Date 953931406 0 # Node ID 8bdd3f67b91a1e5b78a6b142d53b974cf9ab3408 # Parent 27ffe1e3b06df263e3b118904e0aca2238e1d30d *** empty log message *** diff -r 27ffe1e3b06d -r 8bdd3f67b91a etc/NEWS --- a/etc/NEWS Fri Mar 24 20:49:56 2000 +0000 +++ b/etc/NEWS Fri Mar 24 20:56:46 2000 +0000 @@ -1068,6 +1068,11 @@ When you add a new item, please add it without either +++ or --- so I will know I still need to look at it -- rms. +** The variable open-paren-in-column-0-is-defun-start controls whether +an open parenthesis in column 0 is considered to be the start of a +defun. If set, the default, it is considered a defun start. If not +set, an open parenthesis in column 0 has no special meaning. + ** The new function `string-to-syntax' can be used to translate syntax specificationa in string form as accepted my `modify-syntax-entry' to the cons-cell form that is used for the values of the `syntax-table' diff -r 27ffe1e3b06d -r 8bdd3f67b91a lisp/ChangeLog --- a/lisp/ChangeLog Fri Mar 24 20:49:56 2000 +0000 +++ b/lisp/ChangeLog Fri Mar 24 20:56:46 2000 +0000 @@ -1,3 +1,22 @@ +2000-03-24 Gerd Moellmann + + * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp + matching open parenthesis in column 0 to defun-prompt-regexp + only if open-paren-in-column-0-is-defun-start is set. + + * sun-curs.el: Require CL at compile-time only. + + * msb.el (msb--choose-file-menu): Use `(apply #'list ...)' + instead of copy-list which is a function from CL. + (msb--choose-menu, msb--mode-menu-cond) + (msb--create-buffer-menu-2): Use dolist instead of mapc. + (msb--init-file-alist): Use mapcar instead of mapcan. + (msb--aggregate-alist): Use mapcar instead of mapcan. Fix + `(' in column 0 in doc string. + (msb--add-separators): Use mapcar instead of mapcan. + + * cus-dep.el: Require CL at compile-time only. + 2000-03-24 Stefan Monnier * emacs-lisp/bytecomp.el (byte-compile-warning-types) diff -r 27ffe1e3b06d -r 8bdd3f67b91a src/ChangeLog Binary file src/ChangeLog has changed