We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6a89e9 commit 3eeef9cCopy full SHA for 3eeef9c
rime.el
@@ -292,7 +292,7 @@ Otherwise you should set this to where you put librime."
292
(defun rime--guess-emacs-module-header-root ()
293
"Guess `emacs-module-module-header-root' from some known places."
294
(or
295
- (let ((module-header (expand-file-name "emacs-module.h" (concat source-directory "src/"))))
+ (let ((module-header (expand-file-name "emacs-module.h" (concat source-directory "/src/"))))
296
(when (file-exists-p module-header)
297
(file-name-directory module-header)))
298
(let* ((emacs-dir (getenv "emacs_dir")) ;; https://www.gnu.org/software/emacs/manual/html_node/emacs/Misc-Variables.html
0 commit comments