tabbar-mode for w95,98
Status: Abandoned
Brought to you by:
ponced
;;Wrap tabbar-mode() defun with this patch, and it will
;;prevent Emacs from crashing
(if
(or
(string-match "windows95" system-configuration)
(string-match "windows98" system-configuration))
(message "Tabbar does not support MS Windows 95 nor
98")
;;else we can load tabbar-mode
(defun tabbar-mode ....)
)
Logged In: NO
If Emacs crashes simply by running elisp code, that's a bug in Emacs itself, not in tabbar.el