diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-08-09 00:03:49 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-08-09 00:03:49 +0200 |
commit | d6ea4894d3b0bb7d2159bc36b9c5e2ead8afd5b2 (patch) | |
tree | d60b84c532364f36e62f2fe271fbdaea666da5f7 /lisp/progmodes/prolog.el | |
parent | f1f1912658556e2f2a39cdae0da7ea2b8564d861 (diff) | |
download | emacs-d6ea4894d3b0bb7d2159bc36b9c5e2ead8afd5b2.tar.gz emacs-d6ea4894d3b0bb7d2159bc36b9c5e2ead8afd5b2.tar.bz2 emacs-d6ea4894d3b0bb7d2159bc36b9c5e2ead8afd5b2.zip |
; Delete stale comment from prolog.el
* lisp/progmodes/prolog.el: Delete stale comment; XEmacs support has
been removed.
Diffstat (limited to 'lisp/progmodes/prolog.el')
-rw-r--r-- | lisp/progmodes/prolog.el | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lisp/progmodes/prolog.el b/lisp/progmodes/prolog.el index e3ddf28bbbe..6437bbd4c1c 100644 --- a/lisp/progmodes/prolog.el +++ b/lisp/progmodes/prolog.el @@ -84,14 +84,6 @@ ;; You can also customize the variable ;; `prolog-program-name' (in the group `prolog-inferior') and provide ;; a full path for your Prolog system (swi, scitus, etc.). -;; -;; Note: I (Stefan, the current maintainer) work under XEmacs. Future -;; developments will thus be biased towards XEmacs (OK, I admit it, -;; I am biased towards XEmacs in general), though I will do my best -;; to keep the GNU Emacs compatibility. So if you work under Emacs -;; and see something that does not work do drop me a line, as I have -;; a smaller chance to notice this kind of bugs otherwise. -; [The above comment dates from 2011.] ;; Changelog: |