1
0
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:
Eli Zaretskii 2001-02-23 12:49:00 +00:00
parent c23bc7a416
commit 6811051d4d

View File

@ -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)