Skip to content

Commit

Permalink
Patch pymacs
Browse files Browse the repository at this point in the history
Change-Id: If0e32b8f9e4b9f25136bd417eebbd713605aa20d
See: pinard/Pymacs#46
  • Loading branch information
Stefan Kangas committed May 6, 2013
1 parent 1fa1a55 commit 33310ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .emacs.d/elpa/pymacs-0.25/pymacs.el
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ If NOERROR is not nil, do not raise error when the module is not found."
nil nil default)))
(list module prefix)))
(message "Pymacs loading %s..." module)
(let ((lisp-code (pymacs-call "pymacs_load_helper" module prefix noerror)))
(let ((lisp-code (pymacs-call "pymacs_load_helper" module prefix)))
(cond (lisp-code (let ((result (eval lisp-code)))
(add-to-list 'pymacs-load-history
(list module prefix noerror)
Expand Down

0 comments on commit 33310ff

Please sign in to comment.