emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/man.el


From: Lute Kamstra
Subject: [Emacs-diffs] Changes to emacs/lisp/man.el
Date: Thu, 26 May 2005 09:07:46 -0400

Index: emacs/lisp/man.el
diff -c emacs/lisp/man.el:1.145 emacs/lisp/man.el:1.146
*** emacs/lisp/man.el:1.145     Wed Apr 27 12:38:32 2005
--- emacs/lisp/man.el   Thu May 26 13:07:46 2005
***************
*** 1061,1066 ****
--- 1061,1067 ----
  The following key bindings are currently in effect in the buffer:
  \\{Man-mode-map}"
    (interactive)
+   (kill-all-local-variables)
    (setq major-mode 'Man-mode
        mode-name "Man"
        buffer-auto-save-file-name nil
***************
*** 1069,1075 ****
              " {" 'Man-page-mode-string "}")
        truncate-lines t
        buffer-read-only t)
!   (buffer-disable-undo (current-buffer))
    (auto-fill-mode -1)
    (use-local-map Man-mode-map)
    (set-syntax-table man-mode-syntax-table)
--- 1070,1076 ----
              " {" 'Man-page-mode-string "}")
        truncate-lines t
        buffer-read-only t)
!   (buffer-disable-undo)
    (auto-fill-mode -1)
    (use-local-map Man-mode-map)
    (set-syntax-table man-mode-syntax-table)
***************
*** 1080,1086 ****
    (Man-strip-page-headers)
    (Man-unindent)
    (Man-goto-page 1)
!   (run-hooks 'Man-mode-hook))
  
  (defsubst Man-build-section-alist ()
    "Build the association list of manpage sections."
--- 1081,1087 ----
    (Man-strip-page-headers)
    (Man-unindent)
    (Man-goto-page 1)
!   (run-mode-hooks 'Man-mode-hook))
  
  (defsubst Man-build-section-alist ()
    "Build the association list of manpage sections."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]