emacs-diffs
[Top][All Lists]
Advanced

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

emacs-30 4b9a8fd6074: etags-regen-file-extensions: Add .pm


From: Sean Whitton
Subject: emacs-30 4b9a8fd6074: etags-regen-file-extensions: Add .pm
Date: Fri, 20 Sep 2024 09:40:17 -0400 (EDT)

branch: emacs-30
commit 4b9a8fd607423726aea390a5fe25fd2307c937b6
Author: Sean Whitton <spwhitton@spwhitton.name>
Commit: Sean Whitton <spwhitton@spwhitton.name>

    etags-regen-file-extensions: Add .pm
    
    * lisp/progmodes/etags-regen.el (etags-regen-file-extensions):
    Add .pm.
---
 lisp/progmodes/etags-regen.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/etags-regen.el b/lisp/progmodes/etags-regen.el
index 21ea9bfb8b3..a8e67197070 100644
--- a/lisp/progmodes/etags-regen.el
+++ b/lisp/progmodes/etags-regen.el
@@ -118,7 +118,7 @@ We currently support only Emacs's etags program with this 
option."
 ;; when it cannot determine the type of the file.
 ;; http://lists.gnu.org/archive/html/emacs-devel/2018-01/msg00323.html
 (defcustom etags-regen-file-extensions
-  '("rb" "js" "py" "pl" "el" "c" "cpp" "cc" "h" "hh" "hpp"
+  '("rb" "js" "py" "pl" "pm" "el" "c" "cpp" "cc" "h" "hh" "hpp"
     "java" "go" "cl" "lisp" "prolog" "php" "erl" "hrl"
     "F" "f" "f90" "for" "cs" "a" "asm" "ads" "adb" "ada")
   "Code file extensions for `etags-regen-mode'.



reply via email to

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