]> code.delx.au - gnu-emacs/commit
lisp/*.el: More lexical-binding warnings' cleanups.
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 11 Aug 2013 00:07:48 +0000 (02:07 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 11 Aug 2013 00:07:48 +0000 (02:07 +0200)
commit9a4ebc748797acc8af74f561367aa1b34ca02d2e
tree47ff4c1682c4faeb34c44b7a881ddfa0e0a8926f
parentb41bfdd0566140601f0adb65b0052246c1294bb6
lisp/*.el: More lexical-binding warnings' cleanups.

* tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
  (tutorial--detailed-help): Remove unused local variables.
  (tutorial--save-tutorial-to): Use ignore-errors.
  (help-with-tutorial): Use looking-at-p.

* view.el (view-buffer-other-window, view-buffer-other-frame):
  Mark unused arguments.

* woman.el (woman-parse-colon-path, woman-parse-colon-path)
  (woman-select-symbol-fonts, woman, woman-find-file)
  (woman-insert-file-contents, woman-non-underline-faces):
  Use string-match-p.
  (woman1-unquote): Move declaration.

* xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
  (xml-parse-dtd): Use looking-at-p, string-match-p.  Mark unused
  argument.  Remove unused local variable.
  (xml-parse-elem-type): Use string-match-p.
  (xml-substitute-numeric-entities): Use ignore-errors.
lisp/ChangeLog
lisp/tutorial.el
lisp/view.el
lisp/woman.el
lisp/xml.el