Skip to content

Commit

Permalink
use def avoid pref
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Apr 22, 2024
1 parent e20f6f3 commit 4935006
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mbs.el
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
:group 'tools
:link '(url-link :tag "Repository" "https://github.com/jcs-elpa/mbs"))

(defconst mbs-read-file-name-commands '(read-file-name)
(defconst mbs-read-file-name-commands
`(,(or read-file-name-function #'read-file-name-default))
"List of command to detect find file action.")

(defvar mbs-reading-file-name-p nil
Expand Down

0 comments on commit 4935006

Please sign in to comment.