bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#34956: Fix for define-compilation-mode


From: Troy Hinckley
Subject: bug#34956: Fix for define-compilation-mode
Date: Sat, 23 Mar 2019 07:26:34 -0600

Hello,
This a is small patch that removes compilation-buffer-name-function-from define-compilation-mode. compilation-buffer-name-function is used before the major-mode is loaded, therefore overriding it in define-compilation-mode is ineffectual. Removing it from the list of overridden variables will ensure that it is not mistaken for a variable that can be major mode specific. Also the function compilation-start takes an optional argument name-function, so there is already a mechanism to override it. 

Attachment: 0001-Remove-compilation-buffer-name-function-from-derived.patch
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]