Skip to content

Commit 64ff714

Browse files
committed
Merge branch 'track-upstream'
* track-upstream: Fix URL of cython-mode (dimitri#2921) Ensure ps not to be t
2 parents 06de5ea + f8f651b commit 64ff714

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

el-get-status.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
(read-from-string (buffer-string))))
138138
;; If it doesn't exist, make sure the directory is there
139139
;; so we can create it.
140-
(make-directory el-get-dir t)))
140+
(progn (make-directory el-get-dir t) nil)))
141141
(p-s
142142
(cond
143143
((null ps) ;; nothing installed, we should install el-get

recipes/cython-mode.rcp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(:name cython-mode
22
:description "Major mode for the Cython language"
33
:type http
4-
:url "https://raw.github.com/cython/cython/master/Tools/cython-mode.el"
4+
:url "https://raw.githubusercontent.com/cython/emacs-cython-mode/master/cython-mode.el"
55
:features cython-mode
66
:localname "cython-mode.el")

0 commit comments

Comments
 (0)