Hi,
Here is a snippet from my startup files, and also the
emacs-vers.el file.
manoj
=== ~/.emacs ===
(load-file "~/lib/emacs/functions/emacs-vers.el")
(if (string-match "xemacs" (emacs-version))
(load-file "~/.xemacs")
Holger Rauch <[EMAIL PROTECTED]> writes:
HR> Is it possible to have one ".emacs" file which can handle both GNU
HR> Emacs and XEmacs? If so, what elisp construct do I have to use in
HR> order to distinguish between both Emacs flavors?
One possibility is to look at the emacs-version variable:
(def
2 matches
Mail list logo