aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-01-09 16:59:27 +0000
committerGerd Moellmann2000-01-09 16:59:27 +0000
commitf1d851aecd69cee0cbfac4ab552be6438912d5fb (patch)
treeb721a168593758d9ca2fcaeb603b054f350f8f2d
parentbf61662d883eefb73333f8cb9020aebfa68d0ac0 (diff)
downloademacs-f1d851aecd69cee0cbfac4ab552be6438912d5fb.tar.gz
emacs-f1d851aecd69cee0cbfac4ab552be6438912d5fb.zip
Replace ^F with ^L.
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/progmodes/cperl-mode.el2
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 27268c5d8a6..272e44196e8 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12000-01-09 Gerd Moellmann <gerd@gnu.org> 12000-01-09 Gerd Moellmann <gerd@gnu.org>
2 2
3 * progmodes/cperl-mode.el: Replace ^F with ^L.
4
3 * sendmail.el (toplevel): Provide `sendmail' when compiling 5 * sendmail.el (toplevel): Provide `sendmail' when compiling
4 before `require'ing rmail and mailalias to prevent infinite 6 before `require'ing rmail and mailalias to prevent infinite
5 recursion. 7 recursion.
diff --git a/lisp/progmodes/cperl-mode.el b/lisp/progmodes/cperl-mode.el
index 3809668f53d..af66aa7fdd0 100644
--- a/lisp/progmodes/cperl-mode.el
+++ b/lisp/progmodes/cperl-mode.el
@@ -5830,7 +5830,7 @@ Currently it is tuned to C and Perl syntax."
5830 found-bad found))) 5830 found-bad found)))
5831 (not not-found))) 5831 (not not-found)))
5832 5832
5833 5833
5834;;; Getting help 5834;;; Getting help
5835(defvar cperl-have-help-regexp 5835(defvar cperl-have-help-regexp
5836 ;;(concat "\\(" 5836 ;;(concat "\\("