aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2019-01-28 22:18:20 +0200
committerJuri Linkov2019-01-28 22:18:20 +0200
commit599eee3ebefa4e1c7c6610e5629090ad7ad5159b (patch)
tree8ebcbc1f7c5d38cb92155856146484d42b6850d0
parent9d8f900d93c196cd1048cdbad12e08da7a38a604 (diff)
downloademacs-599eee3ebefa4e1c7c6610e5629090ad7ad5159b.tar.gz
emacs-599eee3ebefa4e1c7c6610e5629090ad7ad5159b.zip
* lisp/generic-x.el (etc-passwd-generic-mode): Support backups of passwd,
group and shadow /etc files. (Bug#34225)
-rw-r--r--lisp/generic-x.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/generic-x.el b/lisp/generic-x.el
index 014379fba94..dd614020153 100644
--- a/lisp/generic-x.el
+++ b/lisp/generic-x.el
@@ -1490,7 +1490,7 @@ like an INI file. You can add this hook to `find-file-hook'."
1490 '("^\\([^:]+\\):\\([^:]*\\):\\([0-9]+\\):\\(.*\\)$" 1490 '("^\\([^:]+\\):\\([^:]*\\):\\([0-9]+\\):\\(.*\\)$"
1491 (1 font-lock-type-face) 1491 (1 font-lock-type-face)
1492 (4 font-lock-variable-name-face)))) 1492 (4 font-lock-variable-name-face))))
1493 '("/etc/passwd\\'" "/etc/group\\'") 1493 '("/etc/passwd-?\\'" "/etc/group-?\\'" "/etc/shadow-?\\'")
1494 (list 1494 (list
1495 (function 1495 (function
1496 (lambda () 1496 (lambda ()