]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
* lisp/emacs-lisp/bytecomp.el (byte-compile-file): Use let.
[gnu-emacs] / lisp / ChangeLog
index c8fb65e89e8190ff856698d3036635e65b2ad95d..f01ef60c35a39dbe58416b4350eda6b7d4aeb46e 100644 (file)
@@ -1,3 +1,15 @@
+2013-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/bytecomp.el (byte-compile-file): Use let.
+
+2013-02-25  Juri Linkov  <juri@jurta.org>
+
+       * replace.el (read-regexp): Let-bind `default' to the first
+       element of `defaults' if it's a list, otherwise it should be
+       a string or nil.  Let-bind `suggestions' to `defaults' if it's
+       a list, otherwise make a list with the string value.  Doc fix.
+       (Bug#13805)
+
 2013-02-25  Eli Zaretskii  <eliz@gnu.org>
 
        * emacs-lisp/bytecomp.el (byte-recompile-directory): Reject files
@@ -49,8 +61,8 @@
        (tramp-default-method): Adapt check for
        `tramp-ssh-controlmaster-options'.
 
-       * net/tramp-sh.el (tramp-methods): Replace
-       `tramp-ssh-controlmaster-template' by "%c".
+       * net/tramp-sh.el (tramp-methods):
+       Replace `tramp-ssh-controlmaster-template' by "%c".
        (tramp-do-copy-or-rename-file-out-of-band)
        (tramp-maybe-open-connection): Use it in format spec.  Ensure,
        that it is applied for the first hop only.
@@ -72,8 +84,8 @@
 
        * net/tramp.el (tramp-tramp-file-p): Fix docstring.
 
-       * net/tramp-sh.el (tramp-sh-handle-insert-directory): Handle
-       multibyte file names.
+       * net/tramp-sh.el (tramp-sh-handle-insert-directory):
+       Handle multibyte file names.
 
 2013-02-22  Glenn Morris  <rgm@gnu.org>
 
 
 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
 
-       * progmodes/python.el (python-info-current-defun): Enhance
-       match-data cluttering prevention.
+       * progmodes/python.el (python-info-current-defun):
+       Enhance match-data cluttering prevention.
 
 2013-02-21  Glenn Morris  <rgm@gnu.org>