Skip to content

Commit

Permalink
Fix Emacs level changed message problem when category name contained %
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Mikhanosha committed Jun 29, 2013
1 parent 24821d7 commit 1397f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elisp/log4slime.el
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ argument, the parent effective log level (string)")
(insert " set to inherit level " (log4slime-format-eff-level info)))
(t
(insert " set to level " (log4slime-format-eff-level info)))))
(message (buffer-substring (point-min) (point-max))))))))
(message "%s" (buffer-substring (point-min) (point-max))))))))

(defun log4slime-eval (form)
"Wrapper around `slime-eval' that ignores errors on the lisp side"
Expand Down

0 comments on commit 1397f8a

Please sign in to comment.