diff options
Diffstat (limited to 'lisp/so-long.el')
-rw-r--r-- | lisp/so-long.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/so-long.el b/lisp/so-long.el index e271ff6be3c..65570bf253d 100644 --- a/lisp/so-long.el +++ b/lisp/so-long.el @@ -1686,7 +1686,7 @@ File-local header comments are currently an exception, and are processed by `so-long--check-header-modes' (see which for details)." ;; The first arg to `hack-local-variables' is HANDLE-MODE since Emacs 26.1, ;; and MODE-ONLY in earlier versions. In either case we are interested in - ;; whether it has the value `t'. + ;; whether it has the value t. (let ((retval (apply orig-fun handle-mode args))) (and (eq handle-mode t) retval ; A file-local mode was set. |