]> git.eshelyaron.com Git - emacs.git/commitdiff
[fixing previous change]
authorKarl Heuer <kwzh@gnu.org>
Tue, 20 Aug 1996 20:50:35 +0000 (20:50 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 20 Aug 1996 20:50:35 +0000 (20:50 +0000)
(change-log-mode-map): Don't bind M-q.
(change-log-mode): Set fill-paragraph-function instead.

lisp/add-log.el

index 84ea0c710242918345e852f9808473c4d6382bf4..ff1ecabbdcc2b2544f122c779eccc09ecc5648da 100644 (file)
@@ -52,6 +52,12 @@ This defaults to the value of `user-mail-address'.")
     ("(\\([^)\n]+\\)):" 1 font-lock-keyword-face))     ; Function name.
   "Additional expressions to highlight in Change Log mode.")
 
+(defvar change-log-mode-map nil
+  "Keymap for Change Log major mode.")
+(if change-log-mode-map
+    nil
+  (setq change-log-mode-map (make-sparse-keymap)))
+
 (defun change-log-name ()
   (or change-log-default-name
       (if (eq system-type 'vax-vms) 
@@ -278,6 +284,7 @@ Runs `change-log-mode-hook'."
        fill-column 74
        indent-tabs-mode t
        tab-width 8)
+  (use-local-map change-log-mode-map)
   (set (make-local-variable 'fill-paragraph-function)
        'change-log-fill-paragraph)
   ;; Let each entry behave as one paragraph: