comparison lisp/ChangeLog @ 80879:cdee0fbb5943

(ad-special-forms): Remove. (ad-special-form-p): Use subr-arity.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 08 May 2007 16:05:02 +0000
parents 52034b3003ea
children dba96e4a8a94
comparison
equal deleted inserted replaced
80878:98ca0b616c89 80879:cdee0fbb5943
1 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca> 1 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/advice.el (ad-special-forms): Remove.
4 (ad-special-form-p): Use subr-arity.
2 5
3 * newcomment.el (comment-search-forward): Make sure we search forward. 6 * newcomment.el (comment-search-forward): Make sure we search forward.
4 (comment-enter-backward): Try and distinguish the non-matching case at 7 (comment-enter-backward): Try and distinguish the non-matching case at
5 EOB from the non-matching case with a missing comment-end-skip for 8 EOB from the non-matching case with a missing comment-end-skip for
6 a 2-char comment ender. 9 a 2-char comment ender.