aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorEli Zaretskii2001-02-23 12:49:00 +0000
committerEli Zaretskii2001-02-23 12:49:00 +0000
commit6811051d4d616e7e316f45530b938689ebe7ae39 (patch)
tree69c38387eeffd4628575e18009b09e134e719e8d /lisp
parentc23bc7a416f47f7a6f5b39638f64a09f9679c02d (diff)
downloademacs-6811051d4d616e7e316f45530b938689ebe7ae39.tar.gz
emacs-6811051d4d616e7e316f45530b938689ebe7ae39.zip
(command-line): Fix last change.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/startup.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index 107e35b2532..435c4ab3bc3 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -817,7 +817,7 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'."
817 (setq tool-bar-originally-present 817 (setq tool-bar-originally-present
818 (not (or (null tool-bar-lines) 818 (not (or (null tool-bar-lines)
819 (null (cdr tool-bar-lines)) 819 (null (cdr tool-bar-lines))
820 ((eq 0 (cdr tool-bar-lines)))))))) 820 (eq 0 (cdr tool-bar-lines)))))))
821 821
822 (run-hooks 'before-init-hook) 822 (run-hooks 'before-init-hook)
823 823