]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix my previous commit
authorStefan Kangas <stefan@marxist.se>
Thu, 28 Jan 2021 20:55:31 +0000 (21:55 +0100)
committerStefan Kangas <stefan@marxist.se>
Thu, 28 Jan 2021 20:57:51 +0000 (21:57 +0100)
* lisp/generic-x.el (generic-mode-ini-file-find-file-hook): Fix my
previous commit; for some reason 'function' produces a warning here
while 'quote' does not.

lisp/generic-x.el

index be8d41bde00d676973dfc23265c35ad19ef62c9c..4c6e1189003080451945055c9226a0c5cfd68064 100644 (file)
@@ -412,7 +412,7 @@ like an INI file.  You can add this hook to `find-file-hook'."
         (and (looking-at "^\\s-*\\[.*\\]")
              (ini-generic-mode)))))
 (define-obsolete-function-alias 'generic-mode-ini-file-find-file-hook
-  #'ini-generic-mode-find-file-hook "28.1"))
+  'ini-generic-mode-find-file-hook "28.1"))
 
 ;;; Windows REG files
 ;;; Unfortunately, Windows 95 and Windows NT have different REG file syntax!