Skip to content

Commit

Permalink
Merge pull request #136 from treese/ns-missing-quote
Browse files Browse the repository at this point in the history
Add missing quote to ns symbol in comparison to window-system.
  • Loading branch information
davidswelt committed Mar 29, 2018
2 parents bdf7c3c + 5a521de commit eeae3dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/menu-bar.el
Expand Up @@ -1119,7 +1119,7 @@ mail status in mode line"
(:visible (not (eq window-system 'ns)))))

(bindings--define-key menu [datetime-separator] `(menu-item "" nil
:visible (not (eq window-system ns))))
:visible (not (eq window-system 'ns))))

(bindings--define-key menu [column-number-mode]
(menu-bar-make-mm-toggle column-number-mode
Expand Down

0 comments on commit eeae3dc

Please sign in to comment.