aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 be8d41bde00..4c6e1189003 100644
--- a/lisp/generic-x.el
+++ b/lisp/generic-x.el
@@ -412,7 +412,7 @@ like an INI file. You can add this hook to `find-file-hook'."
412 (and (looking-at "^\\s-*\\[.*\\]") 412 (and (looking-at "^\\s-*\\[.*\\]")
413 (ini-generic-mode))))) 413 (ini-generic-mode)))))
414(define-obsolete-function-alias 'generic-mode-ini-file-find-file-hook 414(define-obsolete-function-alias 'generic-mode-ini-file-find-file-hook
415 #'ini-generic-mode-find-file-hook "28.1")) 415 'ini-generic-mode-find-file-hook "28.1"))
416 416
417;;; Windows REG files 417;;; Windows REG files
418;;; Unfortunately, Windows 95 and Windows NT have different REG file syntax! 418;;; Unfortunately, Windows 95 and Windows NT have different REG file syntax!