branch: elpa/julia-mode
commit 1c2c9d494c496eb4d04caa189c6bd50ada501ae7
Author: Tamás K. Papp <tkp...@gmail.com>
Commit: Tamás K. Papp <tkp...@gmail.com>

    don't need quote in docstring?
---
 julia-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/julia-mode.el b/julia-mode.el
index 235675e022..c1e7150c98 100644
--- a/julia-mode.el
+++ b/julia-mode.el
@@ -933,7 +933,7 @@ buffer where the LaTeX symbol starts."
 
 Presently, this is not the default. Enable with eg
 
-(define-key julia-mode-map (kbd \"TAB\") \'julia-latexsub-or-indent)
+(define-key julia-mode-map (kbd \"TAB\") 'julia-latexsub-or-indent)
 
  in your `julia-mode-hook'."
   (interactive "*i")

Reply via email to