~ubuntu-branches/ubuntu/gutsy/vm/gutsy

« back to all changes in this revision

Viewing changes to vm-byteopts.el

  • Committer: Bazaar Package Importer
  • Author(s): Manoj Srivastava
  • Date: 2005-05-02 23:57:59 UTC
  • mfrom: (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050502235759-lsq60hinwkchrbxp
Tags: 7.19-4
* Bug fix: "vm: Please do not discriminate against XEmacs", thanks to
  Dirk Eddelbuettel. Well, back in the mists of time, VM was packaged to
  be byte-compiled for XEmacs, but the XEmacs maintainer at that time
  asked me to cease and desist. Times change, so that is reverted. 
                                                        (Closes: #306876).
* Bug fix: "vm: purge doesn't", thanks to Ian Zimmerman. This should be
  better.                                               (Closes: #303519).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
(provide 'vm-byteopts)
 
1
;;(provide 'vm-byteopts)
2
2
 
3
3
;; get the compiler loaded so we can undo some of the things that
4
4
;; happen when it's loaded.
19
19
;; avoid v20 features because users are going
20
20
;; to try to share elc files no matter what we tell them.
21
21
(setq byte-compile-emacs19-compatibility t)
 
22
 
 
23
(provide 'vm-byteopts)