We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eee78a commit 5d6b85aCopy full SHA for 5d6b85a
lisp/_prepare.el
@@ -315,10 +315,8 @@ and INHERIT-INPUT-METHOD see function `read-string' for more information."
315
"Get column at POINT."
316
(save-excursion (goto-char point) (current-column)))
317
318
-(defcustom eask-buffer-name "*eask*"
319
- "Buffer name is used for temporary storage throughout the life cycle."
320
- :type 'string
321
- :group 'eask)
+(defconst eask-buffer-name "*eask*"
+ "Buffer name is used for temporary storage throughout the life cycle.")
322
323
(defmacro eask-with-buffer (&rest body)
324
"Create a temporary buffer (for this program), and evaluate BODY there."
0 commit comments