+2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
+
+ * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
+
2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
- * progmodes/python.el (python-shell-send-string): When
- default-directory is remote, create temp file on remote
+ * progmodes/python.el (python-shell-send-string):
+ When default-directory is remote, create temp file on remote
filesystem.
(python-shell-send-file): When file is remote, pass local view of
file paths to remote Python interpreter. (Bug#12340)
* subr.el (read-char-choice): Allow quitting via ESC ESC.
- * userlock.el (ask-user-about-supersession-threat): Use
- read-char-choice (Bug#12093).
+ * userlock.el (ask-user-about-supersession-threat):
+ Use read-char-choice (Bug#12093).
2012-09-07 Chong Yidong <cyd@gnu.org>
((and (featurep 'cl)
(memq (car x) ;C.f. cl-do-proclaim.
'(special inline notinline optimize warn)))
- (if (null (stringp docstring))
- (push (list 'declare x) body)
- (setcdr body (cons (list 'declare x) (cdr body))))
+ (push (list 'declare x)
+ (if (stringp docstring) (cdr body) body))
nil)
- (t (message "Warning: Unknown defun property %S in %S"
+ (t (message "Warning: Unknown defun property `%S' in %S"
(car x) name)))))
decls))
(def (list 'defalias