>From my previously posted patch: ! ;; This will be unbound and defcustomed in startup.el. We can not ! ;; defcustom it here because the default depends on the operating system. ! (defvar blink-cursor-mode)
I believe that the following is a somewhat better comment: ;; This will be unbound and defcustomed in startup.el. We can not ;; defcustom it here because `window-system' is not set yet. (defvar blink-cursor-mode) _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel