From f1d851aecd69cee0cbfac4ab552be6438912d5fb Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Sun, 9 Jan 2000 16:59:27 +0000 Subject: [PATCH] Replace ^F with ^L. --- lisp/ChangeLog | 2 ++ lisp/progmodes/cperl-mode.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 27268c5d8a6..272e44196e8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2000-01-09 Gerd Moellmann + * progmodes/cperl-mode.el: Replace ^F with ^L. + * sendmail.el (toplevel): Provide `sendmail' when compiling before `require'ing rmail and mailalias to prevent infinite 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." found-bad found))) (not not-found))) - + ;;; Getting help (defvar cperl-have-help-regexp ;;(concat "\\(" -- 2.39.5