Stefan Kangas writes: > Simen Heggestøyl writes: > >>>> +(defvar ielm--history-file-name >>>> + (locate-user-emacs-file "ielm-history.el") >>> >>> Shouldn't that be .eld? >> >> Hm, the file will contain actual Lisp expressions, so I'd think that .el >> is fitting? > > I'm not so sure. We don't really intend for users to use it the way > you'd expect from an .el file, like byte-compiling or loading it. > > So while these are, hopefully, valid Lisp expressions (barring typos, > which frequently happens at a REPL), it's not really a file containing > meaningful code either. Okay, fair points. Updated patch attached! -- Simen