From: Sean Whitton Date: Fri, 20 Sep 2024 13:39:53 +0000 (+0100) Subject: etags-regen-file-extensions: Add .pm X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~392 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4b9a8fd607423726aea390a5fe25fd2307c937b6;p=emacs.git etags-regen-file-extensions: Add .pm * lisp/progmodes/etags-regen.el (etags-regen-file-extensions): Add .pm. --- 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'.