From: Sean Whitton Date: Fri, 20 Sep 2024 13:39:53 +0000 (+0100) Subject: etags-regen-file-extensions: Add .pm X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0a830aaabc5dc60e4d594d8087260d411c8dc511;p=emacs.git etags-regen-file-extensions: Add .pm * lisp/progmodes/etags-regen.el (etags-regen-file-extensions): Add .pm. (cherry picked from commit 4b9a8fd607423726aea390a5fe25fd2307c937b6) --- 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'.