aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/cc-mode.el3
-rw-r--r--lisp/progmodes/prolog.el3
2 files changed, 3 insertions, 3 deletions
diff --git a/lisp/progmodes/cc-mode.el b/lisp/progmodes/cc-mode.el
index 2eb00e72a76..985214db1dc 100644
--- a/lisp/progmodes/cc-mode.el
+++ b/lisp/progmodes/cc-mode.el
@@ -1156,8 +1156,7 @@ Note that the style variables are always made local to the buffer."
1156 ;; `c-set-fl-decl-start' for the detailed functionality. 1156 ;; `c-set-fl-decl-start' for the detailed functionality.
1157 (cons (c-set-fl-decl-start beg) end)) 1157 (cons (c-set-fl-decl-start beg) end))
1158 1158
1159(defvar c-standard-font-lock-fontify-region-function 1159(defvar c-standard-font-lock-fontify-region-function nil
1160 (default-value 'font-lock-fontify-region-function)
1161 "Standard value of `font-lock-fontify-region-function'") 1160 "Standard value of `font-lock-fontify-region-function'")
1162 1161
1163(defun c-font-lock-fontify-region (beg end &optional verbose) 1162(defun c-font-lock-fontify-region (beg end &optional verbose)
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