]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/progmodes/flymake.el (flymake-menu): Don't use obsolete name.
authorMattias Engdegård <mattiase@acm.org>
Mon, 27 Sep 2021 14:00:32 +0000 (16:00 +0200)
committerMattias Engdegård <mattiase@acm.org>
Mon, 27 Sep 2021 14:00:32 +0000 (16:00 +0200)
lisp/progmodes/flymake.el

index 5a1455aa7b1fdef5854562fc2b7023a419705d24..bcb43c1faf1db23d500635fa6e68abd2b4dc1f20 100644 (file)
@@ -1334,7 +1334,7 @@ default) no filter is applied."
     [ "Go to next problem"      flymake-goto-next-error t ]
     [ "Go to previous problem"  flymake-goto-prev-error t ]
     [ "Check now"               flymake-start t ]
-    [ "List all problems"       flymake-show-diagnostics-buffer t ]
+    [ "List all problems"       flymake-show-buffer-diagnostics t ]
     "--"
     [ "Go to log buffer"        flymake-switch-to-log-buffer t ]
     [ "Turn off Flymake"        flymake-mode t ]))
@@ -1599,7 +1599,7 @@ buffer."
   ;; been set to a valid buffer.  This could happen when this function
   ;; is called too early.  For example 'global-display-line-numbers-mode'
   ;; calls us from its mode hook, when the diagnostic buffer has just
-  ;; been created by 'flymake-show-diagnostics-buffer', but is not yet
+  ;; been created by 'flymake-show-buffer-diagnostics', but is not yet
   ;; set up properly (Bug#40529).
   (when (bufferp flymake--diagnostics-buffer-source)
     (with-current-buffer flymake--diagnostics-buffer-source