]> git.eshelyaron.com Git - emacs.git/commitdiff
etags-regen-file-extensions: Add .pm
authorSean Whitton <spwhitton@spwhitton.name>
Fri, 20 Sep 2024 13:39:53 +0000 (14:39 +0100)
committerEshel Yaron <me@eshelyaron.com>
Mon, 23 Sep 2024 10:45:18 +0000 (12:45 +0200)
* lisp/progmodes/etags-regen.el (etags-regen-file-extensions):
Add .pm.

(cherry picked from commit 4b9a8fd607423726aea390a5fe25fd2307c937b6)

lisp/progmodes/etags-regen.el

index 21ea9bfb8b337ad07669f459493de4ba52ee6f1c..a8e6719707039c427fa438bdd6fc49f15085a17d 100644 (file)
@@ -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'.