]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
* lisp/progmodes/perl-mode.el: Use lexical-binding.
[gnu-emacs] / lisp / ChangeLog
index 0d860498a1055f36ef2b3d51e387487eb583a1d6..6c7d61dff4848b0ba5a1dfdc7c9f09365c8e54f5 100644 (file)
@@ -1,5 +1,17 @@
 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+       * progmodes/perl-mode.el: Use lexical-binding.
+       Remove redundant :group args.
+       (perl-nochange): Change default to be closer to other major modes's
+       standard behavior.
+       (perl-indent-line): Don't consider text on current line as a
+       valid beginning of function from which to indent.
+
+       * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
+       with more than one argument (bug#15538).
+
+       * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
+
        * vc/pcvs.el: Use lexical-binding.
        (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
        environment of `eval'.