mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-26 07:33:47 +00:00
(command-line): Fix last change.
This commit is contained in:
parent
c23bc7a416
commit
6811051d4d
@ -817,7 +817,7 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'."
|
||||
(setq tool-bar-originally-present
|
||||
(not (or (null tool-bar-lines)
|
||||
(null (cdr tool-bar-lines))
|
||||
((eq 0 (cdr tool-bar-lines))))))))
|
||||
(eq 0 (cdr tool-bar-lines)))))))
|
||||
|
||||
(run-hooks 'before-init-hook)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user