diff options
| author | Glenn Morris | 2012-02-22 21:01:58 -0500 |
|---|---|---|
| committer | Glenn Morris | 2012-02-22 21:01:58 -0500 |
| commit | b4d8d5e6eb6ad63e02925394ff56bbcf6a9f0100 (patch) | |
| tree | 41a35eaedac320de1db9f71a119f900714fda91d | |
| parent | 342f8163602f6752cddff4c4d14e94b092178b4b (diff) | |
| download | emacs-b4d8d5e6eb6ad63e02925394ff56bbcf6a9f0100.tar.gz emacs-b4d8d5e6eb6ad63e02925394ff56bbcf6a9f0100.zip | |
Reword comment to avoid confusing authors.el
| -rw-r--r-- | lisp/progmodes/prolog.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/progmodes/prolog.el b/lisp/progmodes/prolog.el index bb72984a00b..a8ee6f4bff4 100644 --- a/lisp/progmodes/prolog.el +++ b/lisp/progmodes/prolog.el | |||
| @@ -37,7 +37,8 @@ | |||
| 37 | ;; Some ideas and also a few lines of code have been borrowed (not stolen ;-) | 37 | ;; Some ideas and also a few lines of code have been borrowed (not stolen ;-) |
| 38 | ;; from Oz.el, the Emacs major mode for the Oz programming language, | 38 | ;; from Oz.el, the Emacs major mode for the Oz programming language, |
| 39 | ;; Copyright (C) 1993 DFKI GmbH, Germany, with permission. | 39 | ;; Copyright (C) 1993 DFKI GmbH, Germany, with permission. |
| 40 | ;; Authors: Ralf Scheidhauer and Michael Mehl ([scheidhr|mehl](at)dfki(dot)uni-sb(dot)de) | 40 | ;; Authored by Ralf Scheidhauer and Michael Mehl |
| 41 | ;; ([scheidhr|mehl](at)dfki(dot)uni-sb(dot)de) | ||
| 41 | ;; | 42 | ;; |
| 42 | ;; More ideas and code have been taken from the SICStus debugger mode | 43 | ;; More ideas and code have been taken from the SICStus debugger mode |
| 43 | ;; (http://www.csd.uu.se/~perm/source_debug/index.shtml -- broken link | 44 | ;; (http://www.csd.uu.se/~perm/source_debug/index.shtml -- broken link |