+2015-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
+
+ * emacs-lisp/cl.el (cl--function-convert): Simplify.
+
2015-01-28 Tassilo Horn <tsdh@gnu.org>
* textmodes/reftex.el (reftex-syntax-table-for-bib): Give ( and )
python.el: New non-global state dependent indentation engine.
(Bug#18319, Bug#19595)
- * progmodes/python.el (python-syntax-comment-or-string-p): Accept
- PPSS as argument.
+ * progmodes/python.el (python-syntax-comment-or-string-p):
+ Accept PPSS as argument.
(python-syntax-closing-paren-p): New function.
(python-indent-current-level)
(python-indent-levels): Mark obsolete.
* subr.el (posnp): Correct docstring of `posnp'.
(posn-col-row): Make it work with all mouse position objects.
- * textmodes/artist.el (artist-mouse-draw-continously): Cancel
- timers if an error occurs during continuous drawing. (Bug#6130)
+ * textmodes/artist.el (artist-mouse-draw-continously):
+ Cancel timers if an error occurs during continuous drawing. (Bug#6130)
2015-01-20 Eli Zaretskii <eliz@gnu.org>
(setq cl--function-convert-cache (cons newf res))
res))))
(t
- (setq cl--labels-convert-cache cl--function-convert-cache)
- (prog1
- (cl--labels-convert f)
- (setq cl--function-convert-cache cl--labels-convert-cache)))))
+ (cl--labels-convert f))))
(defmacro lexical-let (bindings &rest body)
"Like `let', but lexically scoped.