emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/progmodes/cperl-mode.el


From: Daniel Pfeiffer
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/cperl-mode.el
Date: Fri, 12 Nov 2004 18:53:42 -0500

Index: emacs/lisp/progmodes/cperl-mode.el
diff -c emacs/lisp/progmodes/cperl-mode.el:1.54 
emacs/lisp/progmodes/cperl-mode.el:1.55
*** emacs/lisp/progmodes/cperl-mode.el:1.54     Sun Nov  7 03:57:24 2004
--- emacs/lisp/progmodes/cperl-mode.el  Fri Nov 12 23:47:30 2004
***************
*** 1544,1550 ****
         (cperl-msb-fix))
    (if (featurep 'easymenu)
        (easy-menu-add cperl-menu))     ; A NOP in Emacs.
!   (run-hooks 'cperl-mode-hook)
    ;; After hooks since fontification will break this
    (if cperl-pod-here-scan
        (or cperl-syntaxify-by-font-lock
--- 1544,1550 ----
         (cperl-msb-fix))
    (if (featurep 'easymenu)
        (easy-menu-add cperl-menu))     ; A NOP in Emacs.
!   (run-mode-hooks 'cperl-mode-hook)
    ;; After hooks since fontification will break this
    (if cperl-pod-here-scan
        (or cperl-syntaxify-by-font-lock




reply via email to

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