i have emacs from fedora core 4 (version 21.4-5 i believe).  i tried to
install journal.el from the emacswiki page, but it complains that the
function defvaralias is void...  where can i get defvaralias?  or is
there a workaround for this.  it seems that defvaralias just creates a
link between two variables

in the code defvaralias is used once :

(defvaralias 'journal-default-page 'emacs-wiki-default-page)

it would seem that emacs-wiki-default page is set elsewhere and i could
just copy emacs-wiki-default-page to journal-default-page...

(setq 'journal-default-page 'emacs-wiki-default-page) ;; ???

any help greatly appreciated.

_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to